пятница, 19 сентября 2008 г.

CSS. Hand cursor in FireFox

Problem: style="cursor: hand;" works fine on IE, but doesn't work on FireFox.
Solution: use style="cursor: pointer;", it works on IE and FireFox.

Комментариев нет: