Click to See Complete Forum and Search --> : Custom cursors


TattooedKitten
11-25-2005, 02:07 PM
Ok, I've read a few threads about cursors, but none of them answered my question. I'm probably a little daft about this whole thing, but how do you put a custom cusor I made onto my webpage. The one that I have now, I got from cursor-4u.com, but that site is always having problems. I'm assuming I need to upload my cursor somewhere in order to put it on my page?

<style type="text/css"><!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> body {cursor: url(http://www.cursors-4u.com/symbols/sym-1/sym57.cur); } --></style>

The URL in red is the one from that website. I want to put my own cursor in there. Any ideas?

ray326
11-25-2005, 11:36 PM
Put it in the same dir as the page and use
body {cursor:url(sym57.cur)}