Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JS 更改表格单元格的 z-index 以将其置于顶部。Z-index 仅在 CSS 'position' 设置为与正常值不同时才有效。问题是设置'位置:相对'和z-index在opera中不起作用。
所以,我正在寻找一种方法来确定是否在不使用 z-index 的情况下被带到了前面。也许是一些 DOM 属性?或者也许有人知道确定位置的方法:相对浏览器功能或其他东西。
谢谢
opacity除了1更改元素的堆叠上下文。opacity:0.9999可能会成功。
opacity
1
opacity:0.9999