Hi. I have my menus all set up and running fine. I just need to make one minor adjustment. On the main menu, I want just the "Home" link and background to be a different color than the rest of the menu bar. Since that part of the menu is just a link and does not have an actual menu of it's own, I'm not sure how to change it. Did that make sense?
Here's a link to my site: http://www.mcdeb.com
Thanks!
Define different color for just one item in main menu
Hi McDeb,
Change your menu item definition for Home to:
where ###### is the hex code for the color you want (substitute your preferred colors). "on" and "off" in these color properties refer to whether the mouse pointer is on or off of the menu item, allowing for a rollover effect.
Hope that helps,
Kevin
Change your menu item definition for Home to:
Code: Select all
,"Home","http://www.mcdeb.com offbackcolor=######; offfontcolor=######; onbackcolor=######; onfontcolor=######;",,,1
Hope that helps,
Kevin