In Opera, FF und Chrome geht es ohne Probleme.
Wo ist der fehler?
index.htm
<div id="footerbg"> <div id="footer" align="center"> <div id="footer-nav" align="left"><b>Navigation:</b> <a href="index.php">Neuigkeiten</a> | <a href="index.php?spiel">Spiel</a> | <a href="index.php?community">Community</a> | <a href="index.php?media">Media</a> | <a href="index.php?foren">Foren</a> | <a href="index.php?kontakt">Kontakt</a></div> <div id="footer-icons" align="left"><a href="#"><img src="include/designs/design8/images/icon_fb.gif" alt="" border="0"></a> <a href="index.php?news-rss"><img src="include/designs/design8/images/icon_rss.gif" alt="" border="0"></a></div><div id="footer-besch" align="center">consetetur sadipscing elitr, diam nonumy tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.<br /> At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor</div> </div> </div>
style.css
/* FOOTER */
div#footerbg {
background-color: #FFFFFF;
background-image: url(images/footer.gif);
background-position: top;
background-repeat: repeat-x;;
}
div#footer {
height:60px;
width:942px;
margin: 0 auto;
}
div#footer-nav {
padding-top:12px;
margin-left:56px;
}
div#footer-icons {
float:left;
width:70px;
padding-top:11px;
margin-left:61px;
}
div#footer-besch {
width:760px;
padding-top:5px;
float:left;
}
/* FOOTER */
Zuletzt modifiziert von Siggi am 08.02.2013 - 16:21:18



