jquery slider maker
diashow erstellen freeware
jquery slideshow
diaporama css
Immagini Galleria
网络幻灯片: 效果的幻灯片
Galeria De Imagens
слайдер изображений, слайдшоу, CSS слайдер
Bild Galleri
画像のスライダー&ギャラリー
Afbeeldingen Caroussel
More Demos: bootstrap slider example, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Submenus appear behind jquery featured sliderQ: 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.