Forums

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

Home Forums CSS [Solved] Drop down buggy

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190974
    Marc2412
    Participant

    Hey there,

    The dropdown menu is a bit buggy on my website. Does anyone know how I can fix the dropdown menu shown here: here

    Refresh a few times if it won’t load. The server is crappy.

    Hover your mouse over the menu items and you will see what I mean.

    Thanks in advance. I tried top:-10px; etc but this didn’t work.

    Thanks,

    M

    #191000
    Marc2412
    Participant

    Maybe Paul can help?

    #191016
    Alen
    Participant

    Go to your superfish CSS and change:

    #nav li:hover ul,
    #nav li.sfHover ul {
       left: 0;
       top: 55px; /* was 62px before */
       z-index: 99;
    }
    
    #191017
    Marc2412
    Participant

    Hi Alen,

    Thanks so much :)

    Seems like theres the problem that if you go down slowly it still vanishes, weird!

    #191018
    Marc2412
    Participant

    Fixed ^^

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