Forum Moderators: not2easy
cursor:handfor IE5 up until 6. Version 6 now supports the standards version...
cursor:pointerand their older proprietary version. Netscape 6 supports only the standards version.
Is there a simple way I can deliver for all of these browsers? I've tried stuff like
cursor:hand, pointerwithout any luck. I'm reluctant to serve up different style sheets and can't use <a href>
Any ideas anybody?
Can't wait 'til all the browsers are on the same page - maybe version 8, eh?
PS - I'd love to see a simple answer myself. I gave up playing with cursors because of this kind of craziness.
cursor: pointer;
cursor: hand;
it's all kind of non-conforming, but seems to work.