Click to See Complete Forum and Search --> : background image


gabrielgv
06-07-2005, 12:25 PM
Hi, I'm inserting a background image in my html page.

The image appears a lot of times filling the screen of the html page.

What can I do in order the image just appear once top and left???

Thanks!!

BonRouge
06-07-2005, 12:49 PM
#myelement {
background: url(myimage.jpg) no-repeat top left;
}