• Resolved marties

    (@marties)


    Hi,
    i noticed that sometimes when i drag my mouse hover a menu with a submenu i’m getting a flickering (the menu close and open forever), i’m using firefox 36 and 37 and chrome 40 under Linux.
    Any tips ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi marties,

    Do you have any margin-top on the main menu ul element?

    Sometimes this can cause a flickering effect.

    Cheer Dan

    Thread Starter marties

    (@marties)

    Hi,
    thanks for taking some time.
    I use the template in its last version (1.07) and i didn’t change anything for now.

    here is a screen capture

    video capture

    Theme Author Pitabas

    (@pitabas106)

    Will check and let you know.

    Hi
    I have the same problem with the submenu flickering (the menu close and open forever) depending on how fast you move from the menu to the submenu). I notice there is a white empty space between the menu and the submenu but I don’t know if it is the problem.
    I would be grateful if you know how to resolve it.
    The template is great.
    Sylvain

    Hi,

    I think I fixed the problem by changing the css.

    goto style.css line 502

    nav.main-menu ul > li ul {
      z-index: 9999;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 36px;
      left: 0;
      width: 190px;
      display: none;
      border-top: 2px solid #1ABC9C;
      background-color: #262932;
    }

    and change these two lines

    top: 34px;
    border-top: 1px solid #fff; (or any colour you want)

    Thread Starter marties

    (@marties)

    you rock, that did the trick. 🙂

    Thank you, the submenus works perfectly well.
    I have another request which concern the main picture.
    Is it possible to have for each pages a different picture?

    Sylvain

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Submenus hover flickering’ is closed to new replies.