我有一個有兩個邊界的元素。我實現了通過添加僞元件:僞元素:之前和溢出隱藏
.inner:before {
width: 72px;
height: 28px;
content: '';
display: block;
border: 3px solid rgb(255, 0, 0);
position: absolute;
}
的元件被包裹與具有屬性overflow: hidden
另一個DIV。
正如你在這裏看到的:http://jsfiddle.net/HKEn4/1/ .inner元素是隱藏的,但不是僞元素(在OSX上用safari,firefox和chrome測試過)。
如何隱藏僞元素?
見[jQuery和僞元素(http://stackoverflow.com/questions/8968992/jquery-and-pseudo-elements) –
僞元素的絕對定位是什麼? – CBroe
@Croro它肯定會造成溢出問題。 – mavrosxristoforos