web-interview icon indicating copy to clipboard operation
web-interview copied to clipboard

[css] 1.实现不使用 border 画出 1px 高的线,在不同浏览器的标准模式与怪异模式下都能保持一致的效果。

Open qiilee opened this issue 6 years ago • 2 comments
trafficstars

答案:

<div style="height:1px;overflow:hidden;background:red"></div>

qiilee avatar Sep 27 '19 03:09 qiilee

这个overflow:hidden再这里具体作用是什么呢?

Lonely-blue avatar Feb 21 '20 12:02 Lonely-blue

这个overflow:hidden再这里具体作用是什么呢?

防止不同浏览器表现形式不一样,可能会出现滚动条

luhaifeng666 avatar Oct 20 '21 13:10 luhaifeng666