Forums

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

Home Forums CSS CSS Drop Down Nav Bar Menu

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28007
    CoolAsCarlito
    Participant

    There seems to be an issue with my drop down nav bar menu and after working with it not sure what the cause is. Anyone else able to pinpoint the issue?

    http://kansasoutlawwrestling.com/v3/index.php

    #70948
    CoolAsCarlito
    Participant

    Okay I changed some things around so that I only have to worry about the first main menu headings first.

    How does it look now?

    #70954
    CoolAsCarlito
    Participant

    I think I have it looking pretty good now however I’m having issues with the positioning of the submenus. Anyone guide me to how to improve it.

    #70956
    wmwood
    Participant

    Change

    Code:
    #nav ul li ul {
    display:none;
    position:absolute;
    top:0;
    }

    To

    Code:
    #nav ul li ul {
    display:none;
    position:absolute;
    top:0;
    margin-top: -10px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.