Printable View
How do i set the background image of a div using css?
I think like this: Code: div.bg { background-image: url(picture.gif); }
div.bg { background-image: url(picture.gif); }
Ok, thanks, i'll give that a try. ;)