I've created a website using latest Drupal 6.*. I've installed and have the Jquery Slideshow running just fine in Safari and Firefox on both Mac and PC platforms. However, the slideshow does not work in IE8. It just shows all the images I am using the in show running down the page rather than actually showing them as a slideshow.
I've noticed other web designers have the same issue and wondered if their was a Drupal fix/solution.
Thanks in advance for any help.
Comments
Comment #1
dougilawson commentedSame problem here. Just to add, in compatibility mode it shows nothing! same with IE7
Comment #2
almiesel commentedIam using CCK Blocks and somehow it works totally fine in Firefox but in IE I get an error like discribed above.
Meldung: Ungültiges Argument.
Zeile: 5
Zeichen: 7
Code: 0
example
http://dev.artecom-event.de/
Comment #3
yurg commentedGreetings.
Not sure is it relevant, but in similar case (IE8 displays all images instead of slide show) I was able to "fix" it by adding both width and height to imagecache preset, which is used for slideshow. As you know, some imagecache presets (for example Scale) allows to have only one value (width or height). But I've found if height is not set, when slideshow jQuery code looks like this:
Please mention empty height property above. And while it works in FF & Opera & Safari, it not works in IE. After adding height to my imagecache preset code became to look as follow:
..and slideshow start working in IE8.
Hope it'll be useful to someone.
Comment #4
xalexas commentedThanks for the tip. That have solved the problem.
Comment #5
sammys commentedI've submitted a patch so it'll work out of the box: #730934-2: IE 7 Errors
Comment #6
sammys commentedAn updated patch: #730934-4: IE 7 Errors
Comment #7
yurg commented