The Issue I am having is that I have a JS Slider in the center area. But also a CSS Drop Down menu right above it. Every browser the hover effect works except the dreaded IE 7 & 6 [not worried about 6]. I am not sure how to display the UL menus over the JS Slider as the Z-Index function has not really done anything as I set the hover over containers at 999 and the actual images in the slider are only 5. Any ideas.
Site where issue is happening: http://www.metroclick.com/
All answers are definitely appreciated.
set the whole slider fiv z-index to 1, and the ul to z-index 999, that should do the work…