CSS dotted border renders as dashed in Chrome

前端 未结 3 608
野的像风
野的像风 2021-01-19 04:38

I applied \"border-bottom:#F60 dotted .3em;\" to a div and while Firefox renders the dots as round, Chrome shows them as blocky dashes. Any takers?

3条回答
  •  粉色の甜心
    2021-01-19 05:19

    If it's important that the borders are the same you can look into the CSS3 border image property: http://www.css3.info/preview/border-image/ for Chrome it will be -webkit-border-image:

提交回复
热议问题