Skip to content

Instantly share code, notes, and snippets.

@Ollo
Last active October 8, 2015 18:28
Show Gist options
  • Save Ollo/3371356 to your computer and use it in GitHub Desktop.
Save Ollo/3371356 to your computer and use it in GitHub Desktop.
Old IE gradients
/* 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