문제

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