anetheJ
06-07-2003, 06:08 AM
whenever someone asks how to make their cursor so it's their own curser image (such as http://regretless.com/dodo/newworld/), people answer with a link to go to lissa's css help. that doesn't help me. what am i supposed to do with it? i looked through it many times and never found what to do. please help. thanx in advance.
alkaline39
06-07-2003, 06:30 AM
I looked through lissa's css page and your right she doesnt explain cursors very well. So I did a bit of searching around and found this page, it seems pretty thorough, so give it a try. It helps if you have a bit of css knowledge, but im not sure if you do or not.
http://www.echoecho.com/csscursors.htm
amicus
06-07-2003, 01:20 PM
here's how you do it. just add the 'cursor' style to the body.
body {
cursor: url( "cursorfile.cur" );
}