free hosting   image hosting   hosting reseller   online album   e-shop   famous people 
Free Website Templates
Free Installer

Cursor Styles

If your using css to construct your website, you can use different types of cursors instead of the usual hand or pointer. As you can see on this website, i have used the 'cross' style cursor which looks like your aiming to shoot at something! And when you move the mouse over a link on any page, the cursor changes to the North East pointer thingy.

Yeah so anyway... here are all the types of cursors you can use, just place the word into your css code!

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

You can also replace your cursor with an image of your choice.

Just upload a little image onto your server and link back using the following code

<style> <!-- BODY{ cursor:url("YOURCURSOR.GIF"); } --> </style> Back