Tips
All Tips ]

Change the cursor's appearance

Modify the cursor's appearance when mousing over a link by integrating the <style> attribute in the tag <A HREF> :

<A HREF="www.site.com" style="cursor:default">

default is the default cursor. You can replace it with the following cursors:

Help help
Wait wait
Text text
Cross-hair crosshair
Move move
w-resize w-resize
e-resize e-resize
n-resize n-resize
s-resize s-resize
nw-resize nw-resize
sw-resize sw-resize
ne-resize ne-resize
se-resize se-resize


Exemples
crosshair
help
wait
move
e-resize


Compatibility. This tip only works with Internet Explorer.

Discover all Webmaster tips.