Sven: height in IE6

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

  1. hi,

    overflow:hidden;
    es fehlt dir da

    LG,
    Inita

    1. Danke das wars:-)

      hi,

      overflow:hidden;
      es fehlt dir da

      LG,
      Inita