Manu: Newbi: there is no attribute "BACKGROUND"

Beitrag lesen

Falls du es aber nochmal vorhast, hier ist der CSS-Code:

style.css:

#bladibla
   {
   background-image:url(gfx/hg/history.jpg);
   background-repeat:no-repeat;
   background-position:0px 0px;
   }

index.html:

<link rel="stylesheet" type="text/css" href="style.css">

und dann in der td:

<td id="bladibla">

hav phun! ;)