i've been tryin to customize my friendster cursor using Michael's CSS editor, but i just dont know how to get the url of the cursors that i like from various websites. can anyone help me in this? pls....pls....pls......
kristin.16 wrote:i've been
i've been tryin to customize my friendster cursor using Michael's CSS editor, but i just dont know how to get the url of the cursors that i like from various websites. can anyone help me in this? pls....pls....pls......
put this code into your .css file...don't forget to change the url of your cursor
body {cursor: url(URL_OF_YOUR_CURSOR.ani);}
But how about if the filename is .cur?
How do you add a cursor into Friendster if the extension of the file is .cur?
I appreciate any reply.
Thanks!
Exactly the same as above,
Exactly the same as above, you just replace it with your filename, eg:
body {
cursor: url(URL_OF_YOUR_CURSOR.cur);
}
But, but...
I tried just that, but it's either that my background gets lost or Friendster ignores my change - the cursor stays the same.
I am at a loss about this.
Can anybody help?
Is your cursor uploaded
Is your cursor uploaded anywhere? how are you adding the CSS?
i'd tried it
i'd tried wat u say but nothing happens.
how to add a cursor to friendster
hi,
i need help in adding a cursor in friendster i'm wishing to add it using the www.htmate.com and www.myspacecursor.net is anyone know how to do it pls let me know
thepineapplehead
Exactly the same as above, you just replace it with your filename, eg:
body {
cursor: url(URL_OF_YOUR_CURSOR.cur);
}
This is the right code but you need quotation marks on ur cursor link like this
cursor: url("URL_OF_YOUR_CURSOR.cur")