onbgcolor issue with FireFox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Streetwise
Advanced
Advanced
Posts: 15
Joined: Mon Jan 10, 2005 1:14 pm

onbgcolor issue with FireFox

Post by Streetwise »

With FireFox, my onbgcolor doesn't seem to work until I actually mouse-over the dropdown menu. Any ideas?

http://www.missionmeadows.org/new.php

Thanks

Dave Anderson



with(subStyle=new mm_style()){
onclass="cssmouseon";
offclass="cssmouseoff";
offbgcolor="FFAA4B";
onbgcolor="#FFAA4B";
oncolor="#FFFFFF";
offcolor="#990000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=5;
overfilter="Fade(duration=0.2);Alpha(opacity=70)";
outfilter="randomdissolve(duration=0.3)";
}
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You forgot the hash mark with the color. #

Ruth
Streetwise
Advanced
Advanced
Posts: 15
Joined: Mon Jan 10, 2005 1:14 pm

Post by Streetwise »

:oops:

Good catch. Thanks Ruth!!


Dave
Post Reply