看起来 Firefoxpositon: absolute
在表格单元格显示的父级内部有一个错误。有没有什么办法解决这一问题?
它在 Safari / Chrome 中运行良好,但在 Firefox 中无法正常运行(浏览器将#css-table
其视为父级而不是#css-table col
)。
我想知道是否有一种方法可以在不使用 JS 的情况下解决这个问题。
Looks like: https://bugzilla.mozilla.org/show_bug.cgi?id=203225
It was logged over 10 years ago.
As a workaround you could use a div within the TD and set that to position:relative instead of setting it on the TD directly.