Chrome、Safari 在通过 JavaScript 设置时不会观察到填充
使用 Chrome 12.0.742.100 时,由 JavaScript 设置了 padding-right
的元素中包含的元素不会相应地更新其位置。
When using Chrome 12.0.742.100, contained elements in an element that has padding-right
set by JavaScript do not update their position accordingly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Chromium 已于 2011 年 5 月报告了此 webkit 错误。在它得到修复之前,在某些情况下,我们可以改用
margin
属性。http://code.google.com/p/chromium/issues/detail ?id=81879
This webkit bug has been reported for Chromium in May 2011. Until it gets fixed, and in some cases, we could use
margin
attribute instead.http://code.google.com/p/chromium/issues/detail?id=81879