Define different color for just one item in main menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
McDeb
Beginner
Beginner
Posts: 2
Joined: Fri Nov 01, 2002 8:38 pm
Contact:

Define different color for just one item in main menu

Post by McDeb »

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!
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi McDeb,

Change your menu item definition for Home to:

Code: Select all

,"Home","http://www.mcdeb.com offbackcolor=######; offfontcolor=######; onbackcolor=######; onfontcolor=######;",,,1
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
McDeb
Beginner
Beginner
Posts: 2
Joined: Fri Nov 01, 2002 8:38 pm
Contact:

Post by McDeb »

Thank you, Kevin. That's perfect. :D
Post Reply