Log In · Register

 
 
Closed TopicStart new topic
why dont this work :-(, why dont this work :-(
adoggydog195
post Mar 17 2004, 01:07 AM
Post #1


pimpalishious
*****

Group: Member
Posts: 436
Joined: Feb 2004
Member No: 4,370



this is supposed to make the cursor change every second:

<script>
// mousechanging speed
var speed = 1;
// transition time
var duration = 0;
var cursors = new Array()
// cursor urls
cursors[0] = 'crosshair';
cursors[1] = 'move';
cursors[2] = 'pointer';
// preload
var preload = new Cursor();
for (var i = 0; i < cursors.length; i++) {
preload[i] = new Cursor();
preload[i].src = cursors[i];
}
function start() {
document.write('<style type="text/css">body {cursor:'+preload[0].src+'}</style>');
}
</script>
<body onload="start()">

y dont it work sad.gif
 
Princess_sarsa
post Mar 17 2004, 01:49 AM
Post #2


Spaz
****

Group: Member
Posts: 265
Joined: Feb 2004
Member No: 4,376



hum i duno...is this the right topic for this, tho?
 
dasturbd
post Mar 17 2004, 02:06 PM
Post #3


Doh!
*****

Group: Member
Posts: 393
Joined: Feb 2004
Member No: 4,507



dont know...you should ask in xanga help though
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: