sven: DIV-Box mit Text und ohne Rand unten

Beitrag lesen

Hallo allerseits,

ich hab ein Problem und die Suche konnte mir nicht weiterhelfen.

Ich hab ein DIV:

<html>
<head>
<style type="text/css">
<!--
div.block {
 background-color: #B0B0B0;
 border: 2px solid;
 width: 209px;
 border-top-color: #DCDCDC;
 border-left-color: #DCDCDC;
 border-right-color: black;
 border-bottom-color: black;
 padding: 0px 10px 6px 5px;
}
</style>
</head>
<body>

<div class="block" style='height:10px;'>
asda sdasdasd
</div>

</body>
</html>

Im Firefox wird das DIV richtig angezeigt: Die Box ist nur 10 Pixel hoch. Im IE ist aber unter der Schrift ein Rand mit 6 Pixeln. Wie verhindere ich diesen Rand?

Viele Grüße, Sven