Hallo, Gast!
AnmeldenRegistrieren

alles blau
#11
Hallo engedi !

Wirklich wahnsinn dass du das für mich gemacht hast. Echt sau nett !

Aber ich hab wieder 2 Fehler

840 #copyright Die Eigenschaft repeat existiert nicht : repeat-y
972 .postmsg a Einlese-Fehler .modnotice { background: #ADCBE7; padding: 8px; margin: auto auto; border: 1px solid #0F5C8E; color: #000000; font-size: 12px; }

http://jigsaw.w3.org/css-validator/valid...=1&lang=de

das blaue ist nun alles verschwunden: www.sponsorsuche.eu

EDIT: so viele warnungen stehn da auch noch Sad
#12
Ersetze:
Code:
    repeat: repeat-y;
durch:
Code:
    background-repeat: repeat-y;
Und:
(06.08.2008, 11:37)en-gedi schrieb:
Zitat:.postmsg a {
font-weight: bold;
font-size: 3px
.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}

durch

Zitat:.postmsg a {
font-weight: bold;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}

.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}


Möglicherweise verwandte Themen…
Neues Problem / Feld ist blau
Letzter Beitrag: 16.05.2009, 13:21