Seitk / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Support for multiple background images #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement request for the ability to use multiple background images.

Define multiple background images in CSS:
.somediv {
  background-image: url(headerbg.gif), url(pagebg.gif);
}

More info: http://www.quirksmode.org/css/multiple_backgrounds.html

Original issue reported on code.google.com by tomo...@gmail.com on 11 Feb 2011 at 7:00