Forum Moderators: not2easy

Message Too Old, No Replies

Background Image + layer

         

KingSoul

7:55 pm on Mar 3, 2004 (gmt 0)



I want to be a Picture as Background in a Layer! What is the tak?
<background-image: 02.jpg>? What is wrong?
PLZ Help

P.S. Im german! :D *gg*

King

grahamstewart

8:00 pm on Mar 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Put this into your CSS stylesheet:

#yourdiv {
background-image: url(02.jpg)
}

replace "yourdiv" with the ID of the div you want to change.