PDA

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


sail3005
May 26th, 2001, 04:10 PM
How do i set the background image of a div using css?

Wynd
May 27th, 2001, 04:33 PM
I think like this:

div.bg
{
background-image: url(picture.gif);
}

sail3005
May 28th, 2001, 12:05 AM
Ok, thanks, i'll give that a try. ;)