Englishjquery slider maker  Deutschdiashow erstellen freeware  Españoljquery slideshow  Françaisdiaporama css  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Submenus appear behind jquery featured slider

Q: Hello. I use 2 your applications: wowslider and CSS3Menu.
And I've a little bug on installation, the wowslider is put front of the drop down menu, which is a little problem when an user need to click on it...
Can you help me?

A: You should open "style.css", generated by wowslider, in any text editor (for example, NotePad), find following lines:

#wowslider-container1 {
    ...
    z-index: 100;
}



Then you should open "style.css", generated by CSS3Menu, in any text editor (for example, NotePad), find following lines:

ul#css3menu1 {
    ...
    z-index: 999;
}



You should change "z-index" parameters in both files:
"z-index" of CSS3Menu should be more than "z-index" of wowslider.