Hi,
I saw in some website that we can do multiple background images. I tried it in the CSS but am unable to get that. Could u please helpme…
Code is below:
.check{
background-image:url(topimg2.jpg), url(topimg1.jpg);
background-position: center center, 20% 80%, top left;
background-origin: border-box, content-box, border-box;
background-repeat: no-repeat, no-repeat, no-repeat;
width:996px;
height:400px;
}