参见英文答案 >
Why does border: 5px dashed not come out as dashed in Firefox?3
我有一个具有5px虚线边框的半径div,但边框在Firefox中显示不正确.
它在IE和chrome中显示得很好.
我有一个具有5px虚线边框的半径div,但边框在Firefox中显示不正确.
它在IE和chrome中显示得很好.
div{ height:100px; width: 100px; background-color: #ccc; border-radius: 50%; border:5px dashed #333; }