Is it possible to put trailing cursors on myspace?
Tuesday, September 7th, 2010 at
7:59 pm
The snaking or trailing effect, if so could you point me to a site that has a code for this? the only ones that i have found so far are java script, and I know myspace doesn’t allow that.
Tagged with: google • java script • script type • text javascript
Filed under: Screen savers
Like this post? Subscribe to my RSS feed and get loads more!
Here is some sample coded you could put in your title, just chosse which of the below you like best, they all use css
<span style="cursor:pointer
;cursor:hand">
for more options go here
http://www.dynamicdrive.com/dynamicindex11/fcursor.htm
Check out http://www.dynamicdrive.com/dynamicindex13/index.html
They have a bunch of Java-script scripts that will do just that.
try some of these sites
myspacehelp.com
myspacenow.com
ohmyspace.com
pimpmyspace.com
Hmm, I don’t think you can without javascript. You can change your cursor type though. I use a crosshair like this:
<style type="text/css">
body{cursor: crosshair;}
</style>