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>
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>