I have 2 elements: a Dropdown Menu and an Images Slideshow.
The animations are done using jquery.
The problem I have (Only in IE7) is that the Dropdown Menu is cropped by the Images Slideshow.
I need the Dropdown Menu to be on top of the Images Slideshow.
In css I set the Dropdown Menu main div to: z-index: 9999
and the Images Slideshow main div to : z-index: 1
I similar problem this would be fix but not in this case. What can I do?