SyntaxFix
Write A Post
Hire A Developer
Questions
In CSS3, you can do the following:
.double-image { background-image: url(images/img1.png), url(images/img2.png); }
Took from Can I have multiple background images using CSS?