friendster cursor, how to?

kristin.16
avatar
rank newbie

newbie


Posts: 1
Joined: 2007-06-11
Location: philippines

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......

Nanay_ng_FM
Nanay_ng_FM's picture
rank newbie

newbie


Posts: 3
Joined: 2007-09-04
Location: California

kristin.16 wrote:i've been

kristin.16 wrote:
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);}

lexongradalox
lexongradalox's picture
rank newbie

newbie


Posts: 2
Joined: 2007-12-29
Location: San Jose, Biñan, Laguna

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!

thepineapplehead
thepineapplehead's picture
rank Moderator

Moderator


Posts: 9203
Joined: 2004-06-30
Location: Milton Keynes

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);
}

lexongradalox
lexongradalox's picture
rank newbie

newbie


Posts: 2
Joined: 2007-12-29
Location: San Jose, Biñan, Laguna

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?

thepineapplehead
thepineapplehead's picture
rank Moderator

Moderator


Posts: 9203
Joined: 2004-06-30
Location: Milton Keynes

Is your cursor uploaded

Is your cursor uploaded anywhere? how are you adding the CSS?

orpah_j21997
orpah_j21997's picture
rank newbie

newbie


Posts: 3
Joined: 2008-01-04
Location: philippines

i'd tried it

i'd tried wat u say but nothing happens.

magic931
magic931's picture
rank newbie

newbie


Posts: 1
Joined: 2008-01-16

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

Rounatic
Rounatic's picture
rank newbie

newbie


Posts: 1
Joined: 2008-01-17

thepineapplehead

thepineapplehead wrote:
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")