Tutorials: Cursor Styles:

I'm sure you've seen the little questions mark on my site that pops up when you hover over links. Well, it's called a cursor style and there's a ton of them that you can use. Basically, you use these in your css file to control what your cursor looks like. To do this, go into your css file and scroll down to where your link effects are managed. It'll look something like this: Do you see where it says CURSORNAME? All you do is replace that with one of the following:

crosshair
wait
help
text
default
n-resize
w-resize
e-resize
ne-resize
nw-resize
se-resize
sw-resize
move
hand

It's that simple!

<--Back