Hallo erst mal ;)
Auf meiner Homeage ( hier ) wird auf Firefox alles richtig angezeigt ..
Aber wenn ich die Seite nun mit dem Internet Explorer offne , dann sind Lila und blaue Ränder um den Navigationsbuttons !!
In meiner .css Datei steht volgendes zu den Links :
Kann mir da einer sagen was ich da anders machen soll ?? Mfg
Auf meiner Homeage ( hier ) wird auf Firefox alles richtig angezeigt ..
Aber wenn ich die Seite nun mit dem Internet Explorer offne , dann sind Lila und blaue Ränder um den Navigationsbuttons !!
Code:
<!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">
In meiner .css Datei steht volgendes zu den Links :
Code:
a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; color:#00FFFF; }
a:active { text-decoration:none; font-weight:bold; color:#00FFFF; }
a:focus { text-decoration:none; font-weight:bold; color:#000000; }
Zuletzt bearbeitet von einem Moderator: