Author: Luo Ke
Look at this sentence first
There is no problem in IE. When the mouse is moved over, a small hand shape will appear, but in FF , only the first stroke is valid. This is valid because of the existence of anchor mark A, not the result of onmouseover.
I searched a lot on the Internet, and they all said that just change this.style.cursor='hand' to this.style.cursor='pointer', but in FF, it will only appear for the first time when the mouse is moved over it. tiny hand.
In fact, it is possible to achieve the same effect in IE under FF. Our solution is to use CSS HACK (did I add this to CSS HACK haha?)
In IE7 and FF3 .0.3 passed the test.