I have a code to set the cursor from an image. The cursor changes when going over links and I do not want that. Is there a code to make my cursor from my image always that image? I don't want the cursor to change.
~Thx in reply
~Thx in reply
| Code: |
| <style>BODY{cursor: url(http://www.spardaslayer.frih.net/cursor3.ani);}<br />
</style> |
| Sparda wrote: | ||
|
| Code: |
|
<span style="cursor: url(http://www.spardaslayer.frih.net/cursor3.ani);"> ...here goes the content... </span> |