PDA

View Full Version : change cursor on links


omega
03-05-2004, 12:34 AM
style="cursor:default"

style="cursor:pointer;cursor:hand"

style="cursor:text"

style="cursor:wait"

style="cursor:move"

style="cursor:help"

style="cursor:progress"

style="cursor:n-resize"

style="cursor:s-resize"

style="cursor:e-resize"

style="cursor:w-resize"

style="cursor:ne-resize"

style="cursor:nw-resize"

style="cursor:se-resize"

style="cursor:sw-resize"


example

<a style="cursor:wait" href="http://www.unitethecows.com">UTC</a>

that will give you the wait cursor (hourglass) when you mouse over the link.