Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal hover menu width issue

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33829

    Hi all, I am coding a horizontal menu with horizontal sub menu. What I am going for is the active menu in orange and the hover menu items in lighter orange… which is going well except for this snag I have hit. When the current menu is hovered, the drop down menu (in lighter orange) doesn’t cover the whole width of the sub menu as it is supposed to! I would like to either remove the hover(light orange) from the current menu or make the light orange bg fill the 960px space. It is driving me nuts! Help please! Here is the link: http://lucidigital.com/test/menu.html

    #84614
    wolfcry911
    Participant

    add this to your stylesheet

    .mainNav .main .topLevel.current:hover ul {
    background: #EFB700;
    }

    edit// oh, and that’s one of the best test pages I’ve ever seen :)

    #84630

    Ha! It worked! It bloody worked wooohoooo! Thanks a lot wolf! Very simple solution indeed, but I just couldn’t suss out the specificity needed to solve my pesky prob. Oh and thanks for the compliment. :) I will write a tut on this soon and will sure mention you solved that last headache for me!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.