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.
当 javascript 将行的类更改为 '.ui-state-highlight' 时,TD 的背景颜色会发生变化
鼠标移出TD内容中的DIV和IMG时出现闪烁,在IE中,有没有办法防止这种闪烁?
最终通过在css中使用tr:hover解决了这个问题,而不是依赖javascript来分配悬停类。但不确定问题的根源是什么。我对 :hover 没问题,因为不支持 IE6。