Hallo,
komischerweiße macht Internet Explorer Schwarze Balken um meine Bilder (Navigation, Header)... keine ahnung woran das liegt....

Meine HTML (ausschnitt)
wie bekomme ich die balken weg?
komischerweiße macht Internet Explorer Schwarze Balken um meine Bilder (Navigation, Header)... keine ahnung woran das liegt....

Meine HTML (ausschnitt)
HTML:
<!--Header start--> <div id="header"> <a href="index.html"> <div style="text-align:center" > Diese Website ist noch in Arbeit, und noch nicht komplett fertig gestellt. </div> <img style="position: absolute; top:70px;" src="http://www.html.de/images/logo.png" /> <div style="position: absolute; top:190px; right:20px;"> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F/&layout=button_count&show_faces=true&width=450&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:80px;" allowTransparency="true"></iframe> </div> </a> </div> <!--Header end--> <!--Navigation start--> <div id="navigation"> <a href="index.html" target="_self"><img src="http://www.html.de/images/nav/home_active.png" /></a> <a href="about.html" target="_self"><img src="http://www.html.de/images/nav/about.png" /></a> <a href="references.html" target="_self"><img src="http://www.html.de/images/nav/references.png" /></a> <a href="projects.html" target="_self"><img src="http://www.html.de/images/nav/projects.png" /></a> <a href="contact.html" target="_self"><img src="http://www.html.de/images/nav/contact.png" /></a> </div> <!--Navigation end-->