AngryTomatoe: pseudoformat :hover in Opera anders zu benutzen?!

Beitrag lesen

Welche Version?

7.23

das glaube ich nicht - was sagt den der Validator (->http://jigsaw.w3.org/css-validator/) zu deinem CSS?

Soweit alles in Ordung, nur dass ich noch eine alternativ-schriftart angeben sollte.
Soweit war ich ja auch schon...

woher sollen wir den das wissen, wenn du weder Code und noch einen Link zum Code gepostet hast?

Könnte es daran liegen, dass der zu formatierende Link innerhalb einer Tabelle liegt?! Aber das müsste doch eigtl. egal sein...

So hier mal der Code von der Page...

snip-------------------------
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>navtop</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link type="text/css" rel="stylesheet" href="../css/ju.css">
</head>
<body>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="195" align="center"><a href="home.htm">Home</a></td>
<td width="195" align="center"><a href="news.htm">News</a></td>
<td width="195" align="center"><a href="wir.htm">&Uuml;ber uns</a></td>
<td width="195" align="center"><a href="kontakt.htm">Kontakt</a></td>

</tr>
</table>
</center>

</body>
</html>
-------------------------snap

und die verlinkte Datei ju.css:

snip-------------------------
a {
  font-family: Arial,Verdana;
  text-decoration: none;
  font-size: 10pt;
  color: black;
  }

a:hover {
 text-decoration: underline;
         }

a:link {
       font-family: Arial,Verdana;
       text-decoration: none;
       font-size: 10pt;
       color: black;
       }

a:visited {
          font-family: Arial,Verdana;
          text-decoration: none;
          font-size: 10pt;
          color: black;
          }

body {
     font-family: Arial,Verdana;
     font-size: 10pt;
     color: black;
     }

font {
     font-family: Arial,Verdana;
     }

p {
  font-family: Arial,Verdana;
  font-size: 10pt;
  }
-------------------------snap