| <!--edit the filename in the url to change to a different cursor--> <style type="text/css"> body {cursor: url(http://members.cox.net/bcnu123/1375[1].cur)} </style>
And i really wanted to add that all the cursors did/have downloaded to you temporary internet files for those who don't know where that is it's up at the top of the browser under tools, open up internet options and the shortcut to the files will be on the "General" tab, just click the button settings then view files and tada !! and just in case you really don't know scroll down until you start seeing the cursors copy the files into your C://windows/cursors .... that directory and then open up the control panel from the start menu and find mouse properties go in there and go into the tab pointers and there you can change your cursor for you desktop .. try it it's fun hope
here is another code and you just edit it with the filenames you want ..
<!-- begin code provided by blogring.net --> <!-- from xanga.com/html_scripts --> <script> cursor = new Array(); // cursor urls cursor[0]="url(http://members.cox.net/bcnu123/12a[1].ani)"; cursor[1]="url(http://members.cox.net/bcnu123/32[1].cur)"; cursor[2]="url(http://members.cox.net/bcnu123/121a[1].ani)"; cursor[3]="url(http://members.cox.net/bcnu123/674[1].cur)"; cursor[4]="url(http://members.cox.net/bcnu123/137[1].cur)"; // do NOT edit ANYTHING below index=Math.floor(Math.random() * cursor.length); document.write('<style type="text/css">body {cursor:'+cursor[index]+';}</style>'); </script>
<!-- end code provided by blogring.net -->
and you want to make sure that there are no other cursor codes in you layout or it wont werk either
and this one could help
<style type='text/css'> a:link { cursor:n-resize; } a:hover { cursor:s-resize; } a:visited { cursor:e-resize; } a:active { cursor:w-resize; } </style> <!--FROM XANGA.COM/HTML_SCRIPTS-->
and this link is really helpful http://free.hostultra.com/~htmlstuff/
and if you have tried everything and nothing werks you can email me your username/password and i'd be happy to put it in for you ok..bcnu123@cox.net
|
| |