Hallo,
habe folgende CSS-Definitionen im HEAD:
____________________________________________________________________
echo "<style type="text/css">";
echo " h1 { color:#eeeeee; font-size:14; font-weight:bold; text-align:center; font-family:Arial; padding:1px;";
echo " margin:1px; border:1px; };";
echo " a:link { text-decoration:none; font-weight:normal; color:#000000; } a:visited { text-decoration:none; font-weight:normal; color:#000088; }";
echo " a:hover { text-decoration:none; font-weight:normal; color:#0000cc; } a:active { text-decoration:none; font-weight:normal; color:#000000; }";
echo " a:focus { text-decoration:none; font-weight:normal; color:#000000; }";
echo "</style>";
____________________________________________________________________
Während der IE alle Links kosequent wie gewünscht ununterstrichen darstellt, vernachlässigt der Firefox bis zur Version 1.0.7 scheinbar die "text-decoration:none"-Formatierung von "a:link" - bei allen anderen "a:"-Formatierungen klappts, also z.B. beim Drüberfahren (hover) verschwindet die Unterstreichung ebenso wie, wenn der Link bereits geklickt wurde. Wie lässt es sich hinkriegen, dass auch der Firefox alle Links konsequent ununterstrichen darstellt?
MfG
Michi