Frank
Neues Mitglied
Hallo,
ich bin mal wieder an einer neuen internetseite und diese möchte ich komplett html und css valide gestalten.
beim validieren der css datei kommt zwar heraus, dass das dokument valide ist aber es kommt eine warnung, die ich nicht ganz verstehe.
ich bin mal wieder an einer neuen internetseite und diese möchte ich komplett html und css valide gestalten.
beim validieren der css datei kommt zwar heraus, dass das dokument valide ist aber es kommt eine warnung, die ich nicht ganz verstehe.
Code:
Warnungen:
URI : file://localhost/install.css
Zeile : 8 font-family: Es wird empfohlen, daß Sie eine generische Familie als letzte Alternative angeben
Ihr validiertes Cascading Style Sheet:
body {
color : #444444;
background-color : white;
margin : 25px;
text-align : center;
font-size : 10px;
font-family : verdana;
}
.install_box {
color : #444444;
background-color : white;
padding : 5px;
text-align : left;
border : 1px solid #888888;
width : 700px;
}
.highlite {
color : #ff6633;
background-color : white;
}
.highliteb {
color : #ff0000;
background-color : white;
}
a:link {
color : #990000;
background-color : white;
}
a:visited {
color : #990000;
background-color : white;
}
a:active {
color : #990000;
background-color : white;
}
a:hover {
color : #888888;
background-color : white;
}