fixed fatal error with multiple background images

This commit is contained in:
Niklas von Hertzen
2011-08-11 15:32:20 +03:00
parent d8b4398278
commit dcd2a03f79
6 changed files with 43 additions and 39 deletions

View File

@ -90,6 +90,7 @@
<div class="medium">
<div style="background:url(image.jpg) no-repeat -15% 25px;"></div>
<div style="background-image:url(image.jpg), url(image2.jpg); background-repeat: repeat-x; background-position: 50px 50px, 100px 100px;"></div>
</div>

BIN
tests/image2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB