Sven: height in IE6

Beitrag lesen

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