Can't change any bgcolors

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
webmaster
Advanced
Advanced
Posts: 16
Joined: Mon Sep 19, 2005 12:13 pm
Location: Australia
Contact:

Can't change any bgcolors

Post by webmaster »

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";
}
Cheers,

Steve Baltzois
(Director - Worlds Playground)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
Post Reply