Skip to content

Instantly share code, notes, and snippets.

@markstickley
Created February 24, 2011 15:21
Show Gist options
  • Save markstickley/842287 to your computer and use it in GitHub Desktop.
Save markstickley/842287 to your computer and use it in GitHub Desktop.
background-image: url(../img/logo-bbcid-button.png);
background-image: url(../img/logo-bbcid-button.png),
-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(233, 233, 233)),
color-stop(0.5, rgb(249, 249, 249)),
color-stop(0.5, rgb(255, 255, 255)),
color-stop(1, rgb(255, 255, 255))
);
/* IE7 will try and render this last one: */
background-image: url(../img/logo-bbcid-button.png),
-moz-linear-gradient(
center bottom,
rgb(233, 233, 233) 0%,
rgb(249, 249, 249) 50%,
rgb(255,255,255) 50%,
rgb(255,255,255) 100%
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment