ItsCooL: IE 5.5 und CSS in externer Datei

Beitrag lesen

hallo

... ... ...

die datei menu.css:

<style>
BODY { font-family: arial,arial,helvetica ;
        font-size:12pt;
}

H1 { font-size:16pt; }

A { text-decoration:none ; color:#FFF2C0; }
A:hover { text-decoration:underline ; color:#162953}
a:active { color:#FFF2FF; }
</style>

Du darfst nicht  <style> und </style> in der CSS-Datei verwenden. Das funzt nicht.

vielen dank, es hat an dem <style> </style> gelegen. komischer weisse hat aber der hover usw auch vorher funzt, naja egal, jetzt funzt alles.

danke @ indigo

cya

Its My Life And ItsCooL