http://www.sondermann1.net
http://www.sondermann1.net/menu_data.js
The first part of the menu is always a different color than the rest of the menu. How can I change it to be the same as the rest of the menu?
it seems to change with the pagebgcolor variable.
-Thanks in Advance.
Can't Get Right COlor For 1st Menu
Hi,
The page you are on is the same url as the url in that main menu item
Now, in your menuStyle which is the style used for that main menu, you have
That pagebgcolor means that whenever you are on a page where the url matches the url in the item the background color will be white, unless you remove that.
This is what Andy was telling you about the pagebgcolor property that you have set.
Ruth
The page you are on is the same url as the url in that main menu item
Code: Select all
aI("status=Home;text=Sondermann1.net Home;url=http://www.sondermann1.net");
Code: Select all
pagebgcolor="#FFFFFF";
This is what Andy was telling you about the pagebgcolor property that you have set.
Ruth