Header Slideshow in IE shows up as a white box:
http://www.mueller-elkarti.de/guesthouse
(Firefox ok)
Also: IE tries to load one more element from my webpage. I do not know which one.
Slideshows as part of the page show up correctly in IE as well, but user has to press ESCPAE in order to cancel loading the above mentioned element. (Firefox works perfectly.)
http://www.mueller-elkarti.de/guesthouse/lang/de/yoga?show=slide
Any suggestions, please?
B/R
Ralf
PS: code used to show slideshow in header, header.php:
<div id="slideshow">
<object
id="sbsl0_1"
class="slideshow"
height="150"
width="874"
type="application/x-shockwave-flash"
name="sbs10"
data="http://www.mueller-elkarti.de/guesthouse/wp-content/uploads/imagerotator/imagerotator.swf"
style="visibility: visible;">
<param name="wmode" value="opaque"/>
<param name="allowfullscreen" value="false"/>
<param name="flashvars" value="file=http://www.mueller-elkarti.de/guesthouse/wp-content/plugins/nextgen-gallery/xml/imagerotator.php?gid=7&linkfromdisplay=true&shownavigation=false&showicons=false&overstretch=true&rotatetime=7&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0xCC0000&width=874&height=150"/>
</object>
</div>