Question

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?

Était-ce utile?

La solution

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

#menu {
  z-index:10;
}
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top