HTML: Sub-pixel border

后端 未结 12 994
天涯浪人
天涯浪人 2020-12-11 02:42

Is it possible to have a border that is thinner than 1px and works in IE6+ and is not an image and renders properly visually?

Thank you.

12条回答
  •  旧巷少年郎
    2020-12-11 03:36

    For me this worked:

    • I needed a white border with less than 1px
    • So I added some opacity to the border color and it started to look thiner than 1px
    • like this:border-top: 1px solid #ffffff26;

提交回复
热议问题