Click to See Complete Forum and Search --> : web page 'mouse' cursor....


pointduhoc
10-08-2003, 02:46 PM
Hello all,

One time a long while back, I visited a web site (that no longer exists) and instead of a 'pointer' floating around the page as you browsed, there was a large 'plus sign' instead. It was from the top of the page to the bottom; and from one side to the other. Looked like a large gun scope sighting aperture. Of course where they crossed was where you'd click. Was way cool and I wanted to do that on one of my pages on my site.

Anyone have a script that would allow this?

Thanks a bunch in advance!

:)

AdamGundry
10-08-2003, 02:48 PM
Perhaps the CSS cursor (http://www.w3.org/TR/CSS2/ui.html#propdef-cursor) property? You could use a custom image, but it might be too large. I guess you could do this using DHTML instead.

Adam