如何使用css完成此div边框:
我尝试使用虚线边框,但导致这个:http://jsfiddle.net/23qGr/
div {width: 20px; height: 20px; border: 6px #6a817d dashed; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
html css border
border ×1
css ×1
html ×1