I have a radius div with 5px dashed border, but border not show properly in Firefox
.
It show well in IE and chrome.
div{
height:100px;
width: 100px;
background-color: #ccc;
border-radius: 50%;
border:5px dashed #333;
}