Friday, June 1, 2012

Changing the Cursor Pointer

When using Javascript to make links (e.g. onclick) out of buttons or any other HTML element, the mouse point will not change to the "hand" when moused over. This can be done via CSS "cursor" property e.g. "cursor: pointer;".  However, IE uses "cursor: hand", so to ensure compatibility, will have to use both.

References:

No comments:

Post a Comment