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.
你可以在这个小提琴中自己尝试。当您将光标移动到绿色方块时,它会将颜色变为红色。尝试单击,但不要移动鼠标指针。广场飞走了,但仍然是红色。
http://jsfiddle.net/Rq6Vt/
任何想法,我能用这个做什么?
在某些浏览器中,:hover只有在鼠标移动时才会重新计算,以提高效率。
:hover
不幸的是,您对此无能为力,只能自己动手并在鼠标进入时使用 JavaScript 更改框的颜色。