Cursor style
First, copy and paste this. Mouseover the links at the bottom, choose one and replace STYLE by its name.
<style type="text/css">
body {
cursor: STYLE;
}
</style>
crosshair
default
hand
help
move
text
wait
auto
e-resize
ne-resize
n-resize
nw-resize
w-resize
sw-resize
s-resize
se-resize
You can also put it like that:
<a href="url" style="cursor:STYLE">link link</a>
(note) It's better not to use this too much... :)
Leave a Comment
Works? Doesn't work? Other tips? Please leave a comment! :)