Skip to content

Instantly share code, notes, and snippets.

@charliepark
Created April 14, 2010 13:49
Show Gist options
  • Save charliepark/365829 to your computer and use it in GitHub Desktop.
Save charliepark/365829 to your computer and use it in GitHub Desktop.
background: #999; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top, #ccc, #000); /* for firefox 3.6+ */
/* from http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment