Einzelnen Beitrag anzeigen

Daniel B
(Gast)

n/a Beiträge
 
#3

Re: [CSS] CSS Datei enthält anscheinend Fehler

  Alt 3. Nov 2003, 14:55
Code:
a {
    color           : #00F;
    font-family     : Tahoma, Verdana, Arial;
    font-weight     : bold;
    font-size       : 12px;}
a:link {
    color           : #00F;
    font-family     : Tahoma, Verdana, Arial;
    font-weight     : bold;
    font-size       : 12px;}
a:visited {
    color           : #90C;
    font-family     : Tahoma, Verdana, Arial;
    font-weight     : bold;
    font-size       : 12px;}
a:hover {
    color           : #0F0;
    font-family     : Tahoma, Verdana, Arial;
    font-weight     : bold;
    font-size       : 12px;}
a:active {
    color           : #F00;
    font-family     : Tahoma, Verdana, Arial;
    font-weight     : bold;
    font-size       : 12px;}
Das ist Validiert, also Fehlerfrei. Die Reihenfolge muss auch so sein, aber das hast Du ja glaub ich.
  Mit Zitat antworten Zitat