Error With Drop down

  • Unknown's avatar

    Hi WordPressers,
    I am currently having a problem with the drop down menus of my blog.They display fine; however, when I move from the navigation bar to to click on the drop down the boxes disappear while going over some non-hyperlink boarder. Sometimes they work, but often they do not. I’ve been able to fix most things without going into the CSS. This might be a case where I need to change something via CSS. I am rather new to CSS so please explain to me like I am five.

    The things I’ve tried include:

    *:{
    margin: 0;
    margin-bottom:0px;
    padding: 0;
    }

    Thanks for all the feedback!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This is due to the custom font you are using in the navigation and the fact that the menus use a position: absolute declaration (none of which is due to anything you have done).

    Add this to your custom CSS though, and it will fix the issue.

    #access ul ul {
    top: 24px;
    }
  • The topic ‘Error With Drop down’ is closed to new replies.