Skip to content

Instantly share code, notes, and snippets.

@JackieXu
Created June 2, 2012 13:23
Show Gist options
  • Save JackieXu/2858412 to your computer and use it in GitHub Desktop.
Save JackieXu/2858412 to your computer and use it in GitHub Desktop.
Firefox - Border style with radius fail
/**
* Firefox - Border style with radius fail
*/
div {
border: 10px dashed black;
border-radius: 100px;
height: 100px;
position: absolute;
width: 100px;
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment