Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created March 2, 2009 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheeaun/72595 to your computer and use it in GitHub Desktop.
Save cheeaun/72595 to your computer and use it in GitHub Desktop.
Cross-browser border-radius except IE6/7
div{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment