I've set up a slideshow, and it works fine in Firefox, Chrome, and Safari. However, the slideshow doesn't seem to be working in Internet Explorer (tried IE6 and IE7 in a virtual box, as I don't actually use Windows). Can someone help me out?
If you need extra data, I'd be happy to post it. Right now I'm seeing the pager correctly, but the larger images for the slideshow aren't visible, instead I just see a big black box. Hovering over the pager images (in other browsers this loads the different larger images) does not do anything. Also, the pager images of the inactive images are usually darker, but in IE they aren't darkened down.
[Unfortunately I couldn't find an error console (for javascript errors) for IE6 / IE7. But I also saw that other slideshows work in IE, so this seems to be an issue with my custom theme...]
-- Sara
Comments
Comment #1
Sara Adams commentedSeems to be an incompatibility with DHTML Menu...
If I deactivate that module, it at least works in IE7. No luck with IE6 so far, though.
Comment #2
ppblaauw commentedProbably you are missing a height or width property for one of the CSS elements slide/slide.img
When I set the div.slide-inner overflow property to:visible the slide-images show up in IE6.
Hope this helps you further, please let me know.
Comment #3
Sara Adams commentedSetting CSS properties .slider and .slider-inner to "position: relative; display: block;" (for IE6 only) made the slideshow work in IE6.
-- Sara