I would like this doen:
When the user moves the mouse over an element in my web page (I'll probably have the element a SPAN), I would like the hand cursor to appear. How do I do this?
edit: did it myself:
STYLE='cursor: pointer'
Printable View
I would like this doen:
When the user moves the mouse over an element in my web page (I'll probably have the element a SPAN), I would like the hand cursor to appear. How do I do this?
edit: did it myself:
STYLE='cursor: pointer'