Forums

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

Home Forums CSS Help with CSS drop down menu

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

    What am I missing to have a drop down for this website:

    Can someone help with what lines and what to add to just have a generic dropdown. The services are just bullet-ed now and can’t figure what I’m missing

    http://www.outdoor-4u.com/

    Thanks

    #132921
    rodolpheb
    Participant

    Just like that:

    #nav ul {
    display: none;
    }

    #nav li:hover ul {
    display:block;
    }

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