Header Slideshow sows up in IE as a white box. (Firefox works great.)
http://www.mueller-elkarti.de/guesthouse/
Also, when I open the site with IE, IE tries to load 1 element without success.
Slideshows as part of pages are shown correctly in IE after cancelling the "loading 1 element" by pressing ESCAPE.
The code I inserted to header.php in order to show the slideshow:
<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>