Weshalb wird der Rand im IE oben abgeschnitten..
ich ärgere mich schon seit Stunden rum, aber komme nicht drauf.
Im FireFox ist alles paletti!
Könnt ihr mir helfen?
Code:
<html><head>
<style type="text/css">
#oben a:link , a:active , a:visited
{ padding:5px 6px 6px 6px;
background-color: #FF0000;
border:double #D8FD02 4px; }
</style> </head>
<body bgcolor="000000">
<table align="center" width="100%" border="3"> <tr>
<td align="center" style="width: 676px; height: 100px;">
<div id="oben"><a href="index.php">Home</a><a href="preise_paket.php">Pakete</a></div>
</td> </tr> </table> </body></html>