Thomas Luethi: Hintergrund Positionierung

Beitrag lesen

Hallo,

td { background: url('bild.png') top right; }

Da Du das Bild vermutlich nur 1x willst, muss natuerlich noch was rein:
 td { background: url('bild.png') top right no-repeat; }

Gruesse,

Thomas