height in IE6
Sven
- css
Hallo,
ich habe ein div auf einer Seite positioniert mit folgenden styles:
#topblankcolorId {
background-color: #D4D0C8;
position:absolute;
left:280px;
bottom: 0px;
width:100%;
height:5px;
z-index:0;
}
In Firefox und IE7 wird die Datei richtig angezeigt, nur im IE6 stimmt die Höhe nicht (5px), das div wird hier höher angezeigt (ca. 18 px).
Woran kann das liegen?
Danke
Sven
hi,
overflow:hidden;
es fehlt dir da
LG,
Inita
Danke das wars:-)
hi,
overflow:hidden;
es fehlt dir daLG,
Inita