Hello, I wonered if it was possible to make the upper most menu objects NOT be able to change bgcolors and font colors when the mouse is passed over them, BUT allow the font and bgcolor to change in the sub menus. I have buttons that need to be on top of the dhtml menu, and it is quite annoying to move your mouse to the button but have the dhtml menu highlight because your mouse moves across the dhtml.
I want the font and bgcolor to only change once you have clicked on the upper most menu.
help supressing font,bgcolor changes in upper most menu only
You need to make a separate style for you submenus, to get started just copy the menustyles, then where you see menustyle=
Change the menustyle name, both in the style and its reference.
Now you have main menu and submenu styles.
Then remove everything you don't want in the main menu style.
Pagecolor is what you use to only show the active page.
maz
Change the menustyle name, both in the style and its reference.
Now you have main menu and submenu styles.
Then remove everything you don't want in the main menu style.
Pagecolor is what you use to only show the active page.
maz
Thank you very much for the direction as well as the small explanation. I spent a bit of time searching for "style" and "sytle=" in the forum search since I figured that might be the key to my problem. But as you can expect, the results were many and ambigious.
Thanks again. It worked!
Thanks again. It worked!
Maz wrote:You need to make a separate style for you submenus, to get started just copy the menustyles, then where you see menustyle=
Change the menustyle name, both in the style and its reference.
Now you have main menu and submenu styles.
Then remove everything you don't want in the main menu style.
Pagecolor is what you use to only show the active page.
maz