Select Page
Multiple backgrounds with CSS3
Multiple backgrounds with CSS3

div{
background-image: url(img1.gif), url(img2.gif);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
}