fixed background-repeat / background-position problem in IE9 and Opera

This commit is contained in:
Niklas von Hertzen
2011-07-17 01:34:34 +03:00
parent b6bb64e06d
commit 4e19e99756
5 changed files with 76 additions and 59 deletions

View File

@ -79,7 +79,7 @@
<div style="background:url(image.jpg) repeat-y center center;"></div>
<div style="background:url(image.jpg) no-repeat center center;"></div>
</div>
<div class="medium">
<div style="background:url(image.jpg) 50px 50px;"></div>
<div style="background:url(image.jpg) repeat-x 50px 50px;"></div>
@ -87,6 +87,6 @@
<div style="background:url(image.jpg) no-repeat 50px 50px;"></div>
</div>
</body>
</html>