Hi Vitto,
Add these declarations to your ul#mainNav rule (main.css, line 149)
position: relative;
z-index: 50;
For IE, you'll probably also need to add these to div#content
(main.css, line 26)
position: relative;
z-index: 1;
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Sep 25, 2009, at 6:33 AM, hcvitto wrote:
Hi
i'm using the cycle plugin below a dropdown. Problem is that the"
dropdowns" stay behind the slideshow. They have position absolute and
higher z-index than the slideshow.
Any solution?
http://www.francesconizzola.it/_demo/
Thanks Vitto