div{
background-image: url(img1.gif), url(img2.gif);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
}
div{
background-image: url(img1.gif), url(img2.gif);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
}
You must be logged in to post a comment.