I just want to know how many images I can use as a CSS background or any other way to use multiple background images in a class so that I could use multiple of images
I am trying to use this but it is accepting only two images
#example1 {
background: url(img_flwr.gif) right bottom no-repeat, url(paper.gif) left top repeat;
padding: 15px;
}