Return to Snippet

Revision: 48552
at July 5, 2011 07:08 by lister


Initial Code
#multiple-images {
   background: url(image_1.png) top left no-repeat,
   url(image_2.png) bottom left no-repeat,
   url(image_3.png) bottom right no-repeat;
}

Initial URL


Initial Description
Multiple background images can be a useful feature if you want to put some pictures in a background in different positions. Separate it  using a comma with the standard background property.

Initial Title
Multiple Background Images

Initial Tags


Initial Language
CSS