Pete: CSS Problem

Beitrag lesen

Hallo
funktioniert leider auch nicht
im css steht nur

a.navilink:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px;  text-decoration: none; font-weight: bold; color: #FFFFFF}

a.navilink:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px;  text-decoration: none; font-weight: bold; color: #FFFFFF}

a.navilink:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px;  text-decoration: none; font-weight: bold; color: #FFFFFF}
a.navilink:hover { color : #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline}

u. die schrift wird nur schwarz anstatt weiss angezeigt.

mfg

Hi,

ich linke auf mein css file folgendermassen

<link rel="stylesheet" href="styles/style.css"type="text/css">
                                                ^^
Leerzeichen!

Ach ja, und vorbeugend: in der CSS-Datei haben weder style-Element noch HTML-Kommentar was zu suchen...

Andreas