Viewing 3 replies - 1 through 3 (of 3 total)
  • If you look at the source of your page, each link in the list (or each tab as you have worded it) should have it’s own unique identifier such as:

    <li id=”menu-item-359″ class=”….

    You can use these to style each one individually in your CSS file, e.g.:

    li#menu-item-359:hover{
    background:red;
    }

    Thread Starter Gtantra

    (@gtantra)

    Im not sure where exactly to add this ?

    li id=”menu-item-359″ class=”

    Do you have a link to your site? Then I can give you better instructions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Colors on roll over menu’ is closed to new replies.