netscape nimmt definierte farben nicht an
bossy22
- css
habe in meiner style-sheet date folgende attribute für links gesetzt:
a:link { font-family:Verdana,Arial,Helvetica,sans-serif; color=#D5E1C8; text-decoration:none; font-size:10px; font-weight: bold }
a:visited { font-family:Verdana,Arial,Helvetica,sans-serif; color=#D5E1C8; text-decoration:none; font-size:10px; font-weight: bold }
a:hover { font-family:Verdana,Arial,Helvetica,sans-serif; color=#F2F9EA; text-decoration:none; font-size:10px; font-weight: bold }
auf mac mit ie 5.1 funktioniert alles. nur ns 7 nimmt die farben die ich definiert habe, nicht an. ns nimmt überhaupt keine frabattribute an, die ich definiert habe.
weiss jemand rat?
bossy
Hallo bossy22,
a:link { [...] color=#D5E1C8; [...] }
es heißt ja auch color:#D5E1C8; (ein Doppelpunkt statt eine Gleichheitszeichen)
auf mac mit ie 5.1 funktioniert alles.
wenn es im IE funktioniert heißt das noch lange nicht, dass es richtig ist.
Grüße aus Nürnberg
Tobias
Hallo Thomas,
vielen Dank für die Hilfe.
Nun funktioniert es.
bossy
Hallo bossy22,
a:link { [...] color=#D5E1C8; [...] }
es heißt ja auch color:#D5E1C8; (ein Doppelpunkt statt eine Gleichheitszeichen)auf mac mit ie 5.1 funktioniert alles.
wenn es im IE funktioniert heißt das noch lange nicht, dass es richtig ist.Grüße aus Nürnberg
Tobias