Frage

My Menu from my site become fixed header scroll, but he scrolled under the pictures in the header menu. How to make the menu to get over these pictures?

War es hilfreich?

Lösung

You can use the css z-index property on your #menu element.

#menu {
  z-index:10;
}
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top