VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

CSS Cursors

This tutorial explains cursors you can add to the link code in css.

You remember this code from my css links tutorial:

Well now you can also add cursor:SOMETHING; to each code. It would basically go after the font-weight:normal; part.

Here's a list and explanation of what you can replace for SOMETHING.

wait -- hourglass
crosshair -- basically an X
hand -- self explanatory
help -- a questionmark
text -- the text cursor that looks like an I
move -- 4 arrows
"s-resize" -- arrow points south
"e-resize" -- arrow points east
"w-resize" -- arrow points west
"ne-resize" -- arrow points north east
"nw-resize" -- arrow points north west
"se-resize" -- arrow points south east
"sw-resize" -- arrow points south west

So as an example, this is what your links code might look like now.

<-back