Created
June 11, 2014 14:45
-
-
Save LiamChapman/c3606c5f35c194854fd9 to your computer and use it in GitHub Desktop.
A little bit of css to fix background-size issues in ie8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='imageandpath.png', sizingMethod=scale)"; | |
| background-image: none; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment