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.
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.