Moin Leute,
hab mal wieder das leidige Problem das was im Ff3 richtig angezeigt wird und im IE7 nicht.
Hab mal einen Test eingestellt.
http://www.schusterjungen-montabaur.de/test/test01.html
Im FF3 wird der Hovereffekt angezeigt und im IE7 nicht. Kann mir einer sagen woran es liegt bzw. liegen könnte?
Hier mal der Quellcode der Seite:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Headtest</title>
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="928" height="263" border="0" cellspacing="8" cellpadding="0" background="head-picture.jpg" class="TabelleInnen">
<tr>
<td width="568" height="41"> </td>
<td width="50" align="center" valign="bottom"><a href="http://localhost/www/schusterjungen2008_tabelle/index.php" class="NavigationHead">Home</a></td>
<td width="76" align="center" valign="bottom"><a href="http://localhost/www/schusterjungen2008_tabelle/index.php" class="NavigationHead">Kontakt</a></td>
<td width="93" align="center" valign="bottom"><a href="http://localhost/www/schusterjungen2008_tabelle/index.php" class="NavigationHead">Gästebuch</a></td>
<td width="93" align="center" valign="bottom"><a href="http://localhost/www/schusterjungen2008_tabelle/index.php" class="NavigationHead">Impressum</a></td>
</tr>
</table>
</body>
</html>
Alles anzeigen
Und hier die dazugehörige CSS (abgespeckte Version; enthält nur die Teile für den Test):
Body{
background-color:#666;
}
img {border: 0;}
Table.TabelleInnen{
width:928px;
margin:auto;
vertical-align:top;
}
a.NavigationHead{
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
color:#fff;
}
a.NavigationHead:hover{
text-decoration:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
color:#fff;
padding-bottom:1px;
border-bottom:7px solid #579700;
}
Alles anzeigen
Wäre super wenn mir einer von euch helfen könnte.
Mfg
Gockel