<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>
.navi_tabelle {
color:#FFFFFF;
text-align:center;
}
.navi4 a,
.navi4 a:link,
.navi4 a:visited,
.navi5 a,
.navi5 a:link,
.navi5 a:visited {
width:100%;
background-color:#ff511f;
text-decoration:none;
display:block;
}
.navi4 {
height:18px;
width:76px;
border-left:3px solid #ffffff;
border-right:6px solid #ffffff;
}
.navi5 {
height:18px;
width:76px;
border-left:3px solid #ffffff;
border-right:6px solid #ffffff;
}
.navi4 a:hover, .navi5 a:hover {
text-decoration:none;
background-color:#fea500;
display:block;
line-height:18px;
}
</style>
</head>
<body>
<table class="navi_tabelle" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="navi4"><a href="about.html">About</a></td>
<td class="navi5"><a href="impressum.html">Impressum</a></td>
</tr>
</table>
</body>
</html>
So klappt es zumindest im IE
Gruß
David