Forums

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

Home Forums CSS :hover{display:block} problem

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

    Hello , im building drop-down menu here http://jsfiddle.net/f0b2tu1x/5/
    but i have problem.
    The last line of code which should display the menu on :hover doesnt work , can someone please help me?

    #179164
    Soren
    Participant

    http://jsfiddle.net/f0b2tu1x/16/

    maybe try: #menu li:hover ul {display: block;}

    remove the extra curly bracket too ; )

    #menu li ul li{
    float:none}
    }

    #179167
    Matej
    Participant

    oh , didnt notice that extra curly bracket :) , and thank you very much for help :)

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