Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32
Can't change any bgcolors
Poster: webmaster
Dated: Monday September 19 2005 - 12:37:58 BST
I seem to be having problem altering the bgcolor code only.
I am using the basic Milonic setup with the green background that scrolls with the page. I can alter every particular other code except for the following ...
offbgcolor="#CFE2D1"
onbgcolor="#FEFAD2"
When I change the hex values, nothing changes. It gives me a grayish background.
Here is the entire part ...
with(horizStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#000000";
headerborder=1;
headercolor="#000099";
offbgcolor="#CFE2D1";
offcolor="#000000";
onbgcolor="#FEFAD2";
onborder="1px solid #999999";
oncolor="#000000";
onsubimage="images/Dhtml_Menu/on_downboxed.gif";
overbgimage="images/Dhtml_Menu/backon_beige.gif";
padding=3;
separatoralign="right";
separatorcolor="#999999";
separatorwidth="85%";
subimage="images/Dhtml_Menu/downboxed.gif";
}
Poster: Ruth
Dated: Monday September 19 2005 - 16:38:24 BST
That menu uses a bgimage. The overbgimage is overbgimage="images/Dhtml_Menu/backon_beige.gif"; I don't remember what the bgimage is, green in the name, if I remember correctly.
There are other colors available, for that design here But, since you're using images, it's the color of the bgimage that is there, not any bgcolor.
Ruth