gondor: Hyperlink wird über IE falsch angezeigt

Beitrag lesen

Hallo!

Ich gestalte einen Hyperlink über css folgend:

<a class="color" href="#"></a>

.color
{
 left: 274px;
 top: 0px;
 padding:0px;
 margin:0px;
 border:0px;
 position: absolute;
 width: 9px;
 height: 6px;
 background-color:#a7a7a7;
 border: 2px solid #a7a7a7;
}

Im FF wird die Höhe richtig angezeigt. Im IE geht diese aber weit über 6px... In der Breite stimmt alles. Warum wird die Höhe falsch angezeigt?

Danke für Hilfe,

gondor(..)