Hi Community,
ich bin seit geschlagenden 3 tagen an einem Problem welches ich einfach nicht lösen kann. mittlerweile glaube ich auch das ich vor lauter bäumen den wald nicht mehr sehe.
Vieleleicht fällt euch ja was auf anhieb auf. Hier mal die CSS und alle Elemente die in frage kommen könnten. (wie ich meine)
body {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
padding:20px 0px 20px 0px;
margin:0px 0px 0px 0px;
text-align:center;
}
img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
}
div {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
}
#klickpfad {
position:absolute; bottom:0px; left:0px;
height:25px;
width:250px;
padding:0px;
margin:0px;
}
#navioben {
position:absolute; bottom:0px; right:0px;
color: #FFB818;
height:25px;
padding:0px;
margin:0px;
}
#platzhalter {
height: 30px;
width: 233px;
position: absolute; left: 0px; bottom: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#navihead {
position: absolute; left: 233px; bottom: 0px;
height: 30px;
width: 767px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
hier der html code
<div id="container">
<div id="banner">
###LOGO###
<div id="platzhalter">
###PLATZHALTER###
</div>
<div id="navihead">
<div id="klickpfad"><p>###KLICKPFAD###</p></div>
<div id="navioben">###NAVIOBEN###</div>
</div>
</div>
<div id="links">
<div id="navi">
###MENU_LINKS###
</div>
<div id="suche">
###SUCHE###
</div>
</div>
<div id="right">
###RECHTS###
</div>
<div id="center">
<div id="head">
###DATUM### :: ###SPRACHE### :: ###DRUCKVERSION###<br/>
</div>
<div>
###INHALT###
</div>
</div>
<div id="footer">
###FOOTER###
</div>
</div>
hier das Problem
IM IE 8 ist da überhalb des menüs und unterhalb des banner bildes ein 3px weißer streifen. Ich hab mal von einem 3px bug gehört aber ich hab das nicht ganz verstanden. trifft das bei mir zu ?
plz help
gruß