父元素上的 jQuery externalWidth 具有带填充的子元素

发布于 2024-10-02 16:43:23 字数 322 浏览 1 评论 0原文

我有一个小问题,我正在尝试获取表格单元格的外部宽度。表格单元格有一些输入作为子元素,在本例中是文本框和图像。

图像的宽度为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文