Pergunta

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?

Foi útil?

Solução

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

#menu {
  z-index:10;
}
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top