父元素上的 jQuery externalWidth 具有带填充的子元素
我有一个小问题,我正在尝试获取表格单元格的外部宽度。表格单元格有一些输入作为子元素,在本例中是文本框和图像。
图像的宽度为 16px,文本框的宽度为 115px。文本框还具有左右内边距,均为 2 像素(等于 4 像素)。
我假设 td.outerWidth() 给我 119 + 16 = 135px (115 + 4 padding + 16) 但它给我 115 + 16 = 131px。
外部宽度确实会分别返回所有子元素的正确宽度,但是在计算具有填充的子元素的父元素的外部宽度时似乎存在问题。如果我删除填充,那么一切正常。
还有其他人有这个问题或有解决办法吗?
I have a slight issue, i am trying to get the outer width of a table cell. The table cell has some inputs as child elements, in this case a textbox and an image.
The width of the image is 16px and the width on the textbox is 115px. The textbox also has padding left and right, both 2px (equals 4px).
I would assume that td.outerWidth() gives me 119 + 16 = 135px (115 + 4 padding + 16) but instead it gives me 115 + 16 = 131px.
Outer width do return the correct width on all child elements separatly but there seems to be problems when calculating the outer width on a parent element which has child elements with padding. If i remove the padding, then everything works fine.
Does anyone else have this problem or any solution to it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论