是否可以使用比1px更薄的边框并且在IE6 +中工作并且不是图像并且在视觉上正确呈现?
谢谢.
html border subpixel
我想显示边框 1.5px,我看不到。它显示与 1px 相同。我不想要 2 px,bcz 对我来说太宽泛了
.newTitle { border-bottom: 1.5px solid orange; }
<p class="newTitle">stack Overflow</p>
html css
html ×2
border ×1
css ×1
subpixel ×1