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......
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
Posts: 2
Joined: 2007-12-29 Location: San Jose, Biñan, Laguna
But, but...
Posted: Wed, 2008-01-02 07:29
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?
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
newbie
Posts: 3
Joined: 2007-09-04
Location: California
kristin.16 wrote:i've been
Posted: Tue, 2007-09-04 19:14
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);}
newbie
Posts: 2
Joined: 2007-12-29
Location: San Jose, Biñan, Laguna
But how about if the filename is .cur?
Posted: Sat, 2007-12-29 07:56
How do you add a cursor into Friendster if the extension of the file is .cur?
I appreciate any reply.
Thanks!
Moderator
Posts: 9203
Joined: 2004-06-30
Location: Milton Keynes
Exactly the same as above,
Posted: Sat, 2007-12-29 10:36
Exactly the same as above, you just replace it with your filename, eg:
body {cursor: url(URL_OF_YOUR_CURSOR.cur);
}
newbie
Posts: 2
Joined: 2007-12-29
Location: San Jose, Biñan, Laguna
But, but...
Posted: Wed, 2008-01-02 07:29
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?
Moderator
Posts: 9203
Joined: 2004-06-30
Location: Milton Keynes
Is your cursor uploaded
Posted: Wed, 2008-01-02 18:13
Is your cursor uploaded anywhere? how are you adding the CSS?
newbie
Posts: 3
Joined: 2008-01-04
Location: philippines
i'd tried it
Posted: Fri, 2008-01-04 09:59
i'd tried wat u say but nothing happens.
newbie
Posts: 1
Joined: 2008-01-16
how to add a cursor to friendster
Posted: Wed, 2008-01-16 11:50
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
newbie
Posts: 1
Joined: 2008-01-17
thepineapplehead
Posted: Thu, 2008-01-17 04:20
This is the right code but you need quotation marks on ur cursor link like this
cursor: url("URL_OF_YOUR_CURSOR.cur")