Last active
October 8, 2015 18:28
-
-
Save Ollo/3371356 to your computer and use it in GitHub Desktop.
Old IE gradients
This file contains 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
/* ie 6+ */ | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); | |
/* ie8 + */ | |
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#063053', endColorstr='#395873')"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment