Forums

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

Home Forums CSS Simple Drop Down Menu

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

    Please, I need help.
    I have no idea to make a simple drop down menu like this

    https://css-tricks.com/dropdown-default-styling/

    thats my CSS …

    .nav_container {
    text-align: center;
    letter-spacing: 1px;
    }

    .nav_container div {
    display: inline-block;
    padding: 0 10px;
    }

    #nav_loadspin {
    display: none;
    position: fixed;
    top: 8px; left: 8px;
    z-index: 100;
    }

    .nav_container br {
    display: none;
    }

    .nav_container a {
    font-size: 14px;
    text-decoration: none;

    #129355
    barfuss
    Participant

    .nav_container {
    text-align: center;
    letter-spacing: 1px;
    }

    .nav_container div {
    display: inline-block;
    padding: 0 10px;
    }

    #nav_loadspin {
    display: none;
    position: fixed;
    top: 8px; left: 8px;
    z-index: 100;
    }

    .nav_container br {
    display: none;
    }

    .nav_container a {
    font-size: 14px;
    text-decoration: none;

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