Forums

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

Home Forums CSS Navigation Drop Down Problems

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

    My primary navigation drop down menu has disappeared entirely ( I’m thinking something with position settings/floats). The navigation functions 100% fine on all my other pages so this leads me to think it’s the new ‘gallery’ I’m using. It’s built on https://css-tricks.com/slider-with-sliding-backgrounds/ and still a WIP and I wanted to shift priority to getting the navigation back. I first thought it was a z-index issue but this can be dismissed based on the fact it’s not showing up behind it even (it’s entirely off the page somewhere).

    [www.andrewgrywalski.com/test/ab.html](www.andrewgrywalski.com/test/ab.html “Site”)

    Any help is greatly appreciated!

    #143353
    Senff
    Participant

    In your CSS file, change this line:

    .no-js nav li:hover ul

    To this:

    nav li:hover ul

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