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?

Was it helpful?

Solution

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

#menu {
  z-index:10;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top