質問

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