Multiple Backgrounds with CSS3

#multiple_background_images { width: 650px; height: 300px; background: url(../an-img.png) left top no-repeat, url(../an-img.png) left top no-repeat, url(../an-img.png) right bottom no-repeat; }

1 Response

I've been looking for code that does this. Thanks.

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.