Created
January 13, 2015 07:43
-
-
Save webix/9afd6db06a1acb3fc34f to your computer and use it in GitHub Desktop.
remove PNG black border below 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
%fix-png { | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */ | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */ | |
zoom:1; | |
&:hover { | |
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)"; | |
filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment