Hallo,
habe ein Problem das ich mir nicht erklären kann:
CSS als zentrale Datei eingebunden --> wird auch im Dreamweaver angezeigt (auch der spezielle Stile). Ich kann es auch unter Stil anwenden... nur das ganze funktioniert NICHT???
Das ist das Stylesheet:
a.news1234 { color:#4F4F4F; font-size:12px; text-decoration:none; font-weight:bold; }
a.news1234:link { color:#4F4F4F; }
a.news1234:visited { color:#4F4F4F; }
a.news1234:hover { color:#CC0000; }
dieser funktioniert einwandfrei auf einer anderen von mir erstellten Webseite...????
vielleicht kann mir wer einen Tipp geben was ich falsch mache.
Zur Info: Bei der zentralen Datei sind die Stiles wie folgt definiert (alle Styles funktionieren einwandfrei außer das genannte):
.geschaeftsbedingungen {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
line-height: auto;
text-decoration: none;
}
.navizeichen {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#ff5400;
line-height: normal;
text-decoration: none;
font-weight:bold;
}
a.news1234 { color:#4F4F4F; font-size:12px; text-decoration:none; font-weight:bold; }
a.news1234:link { color:#4F4F4F; }
a.news1234:visited { color:#4F4F4F; }
a.news1234:hover { color:#CC0000; }