farve mellem forskel IE og firefox
Hej jeg har en style erklæring som fungerer i IE men ikke i firefox<STYLE TYPE="text/css">
/*link formats*/
a {text-decoration: none; }
a:visited {color: blue;}
a:hover {color: red;}
/*tekstformats*/
.std {
text-decoration: none;
color:"red";
font-family:'Verdana','serif';";
font-size=12pt;
}
.heads {
text-decoration: none;
color:"black";
font-family:'Verdana','serif';";
font-size=32pt;
}
.spec {
text-decoration: none;
color:"blue";
font-size: 10pt;
font-family:Courier;
font-style:'italic';
}
</STYLE>
i firefox formateres texten, men farves ikke, eg color:"red"; slår ikke igennem
Er 'color' ikke en ok erklæring, og hvad kan så bruges?
mvh
