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?

有帮助吗?

解决方案

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

#menu {
  z-index:10;
}
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top