View Full Version : cursor


babO
03-15-2003, 05:33 PM
how do you change your cursor.. like not hovering over a link or nething.. just the cursor for your page.. i want the arrow pointing east thingoO...

JaclynArt
03-15-2003, 05:47 PM
http://www.dynamicdrive.com juss search for it ^_^ I know it's there =o)

babO
03-15-2003, 06:17 PM
thank you thank you thank you thank you..!! ^__^v

epolady
03-15-2003, 09:39 PM
http://www.lissaexplains.com/css.shtml Scroll half way down the page and you'll see cursors.

Aprilrenee
03-16-2003, 11:07 PM
if you dont want any effect and you mean just your reg old cursor changed and since you want it east under your body code in the css put this

body
{cursor:e-resize;

all thos other body crap}


that cursor tag can go anywhere in the body tag doesnt matter.

Anyone know how to change a color of a cursor i have been tring that but no luck.

domi
03-21-2003, 08:44 PM
what code do I need so my cursor will change for the whole site so I don't have to put that code with every single link ??? thanks

Domi

J E P P O
03-21-2003, 10:32 PM
<style type="text/css">
body {cursor:crosshair}
table {cursor:crosshair}
A {cursor: crosshair;}
</style>

and replace crosshair with any of these

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

Cya

domi
03-21-2003, 10:38 PM
thank you.

hugs, Domi