PDA

View Full Version : some useful information about custom cursor....


gunko2
09-18-2004, 03:54 PM
ok here is some useful code....
it's just that i saw several times that people asked questions about it, so here is the answer....
how to make a custom curser (using css in this case)....
just copy paste this code between the body tags:

<style type='text/css'>
body, a:hover, a:visited, a:active {
cursor:url(http://etc etc);
</style>

Ruben
09-19-2004, 12:05 PM
Thanks man, I'm sure alot of people will be helped with this

:rolleyes: - Ruben

Abelius
09-22-2004, 02:50 PM
Which proves how under-used JavaScript and CSS actually are... :)

Ruben
09-22-2004, 02:56 PM
Which proves how under-used JavaScript and CSS actually are... :)

Yeah, maybe...but it's not like they're underused for no reason, alot of browsers interpret javascript (and in some cases css as well) differently then other browsers...and then I haven't even discussed the settings that often variate per visitor of a website which sometimes mess up the way the site is displayed...

:) - Ruben