Wer weiß es? Ich!: tabelle + css + hintergrundbild

Beitrag lesen

Komisch ... der Validator gibt das hier aus, wenn ich http://jigsaw.w3.org/css-validator/validator?text=++++++table ++{ +++background-image%3Aurl(bilder%2Fform2.gif)%3B +++background-position%3Aright+left%3B +++background-repeat%3Ano-repeat%3B +++background-attachment%3A+fixed%3B ++}&warning=1&profile=css2&usermedium=all eingebe!

[CSS CODE START]

table {
background-image : url(bilder/form2.gif);
background-position : 100% 50%;
background-repeat : no-repeat;
background-attachment : fixed;
}

[CSS CODE END]