Tach Forumer,
ich habe jetzt angefangen meine Links die im HTML-Dokument enthalten sind mit CSS-Style-sheets zu definieren. Ich habe meine Links in zwei Styleklassen aufgeteilt.Das klappt aber nur im Internet Explorer im Netscape nicht. Wenn ich nur eine Klasse vordefieniere funzt es auch nicht, das Problem liegt also ganz wo anders.
Das ist mein CSS-Code:
<head><style type="text/css"><!--
a.main:link {color=#99CCFF; text-decoration:none};
a.main:visited {color=#9999FF; text-decoration:none};
a.main:hover {color=#99CCFF; text-decoration:none};
a.main:active {color=#99CCFF; text-decoration:none};
a.menu:link {color=#000000; text-decoration:none};
a.menu:visited {color=#000000; text-decoration:none};
a.menu:hover {color=#757575; text-decoration:none};
a.menu:active {color=#000000; text-decoration:none};
--></style>
Kann man da nicht irgendwie was reinbringen das zum Beispiel der Hover-Effekt auch im NS funktioniert ?
Dank euch allen !!!
Gruß Vegetto