<div class="parent" style="width: 50px; overflow: hidden;">
<div class="child" style="white-space: nowrap;">Some string of text wider than 50 pixels</div>
</div>
.parent和.child報告寬度均爲50px,但.child應該超過50像素。有沒有一種方法可以確定一個子元素溢出父元素的程度?如何判斷一個元素有多少像素被溢出中斷:隱藏在父級上
例如如果.child是位置的話:絕對的,它有多寬,沒有實際定位:絕對?
如果您提供了使用什麼方法獲取元素的寬度,它會有幫助嗎? – Ian
對不起。使用$ .width() – aperture