Skip to content

Instantly share code, notes, and snippets.

@Xavka
Created July 27, 2015 10:27
Show Gist options
  • Save Xavka/f8ae71adeb9ef09a2b5a to your computer and use it in GitHub Desktop.
Save Xavka/f8ae71adeb9ef09a2b5a to your computer and use it in GitHub Desktop.
/* "Invalid", but works in 6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1471da, endColorstr=#1C85FB);
/* Valid, works in 8-9 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1471da, endColorstr=#1C85FB)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment