Welcome Guest! To enable all features please try to register or login.
Turning mouse cursor into an image on profile
lil_sheila
#1 Posted : Saturday, June 25, 2016 8:15:47 AM(UTC)


Rank: Rising Forum Member

Joined: 5/23/2010(UTC)
Posts: 38
Location: The Mall
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover
Hot_Liquor
#2 Posted : Saturday, June 25, 2016 8:22:37 AM(UTC)


Rank: Veteran Forum Member

Joined: 9/11/2010(UTC)
Posts: 3,279
Originally Posted by: lil_sheila Go to Quoted Post
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover


Style codes have to be placed inside style tags

<style>
code here
</style>
3 users thanked Hot_Liquor for this useful post.
lil_sheila on 6/25/2016(UTC), DurtyJay on 6/25/2016(UTC), LazTopCat on 6/25/2016(UTC)
__Dusty__
#3 Posted : Saturday, June 25, 2016 8:26:36 AM(UTC)


Rank: Veteran Forum Member

Joined: 5/2/2012(UTC)
Posts: 4,025
Originally Posted by: lil_sheila Go to Quoted Post
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover



You put the code in the about me section of your profile. Ttry one of these:

<style>
#ctl00_oCPH1_trMemberStats {display : none ;}

</style>

or

<style type="text/css">body, a:hover {cursor: url(http://ani.cursors-4u.net/symbols/sym-8/sym761.ani), url(http://ani.cursors-4u.net/symbols/sym-8/sym761.png), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2014/03/25/sexy-red-lips.html" target="_blank" title="Sexy Red Lips"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Sexy Red Lips" style="position:absolute; top: 0px; right: 0px;" /></a>


It goes after the background code ends using a double space.

You can also try this website for cursors and additional codes and use Option 1 for HTML.

http://www.cursors-4u.co...03/25/sexy-red-lips.html
“Knowing a great deal is not the same as being smart.” (Carl Sagan)

Quoted by:_Ga_Peach_
Best Forum Hugs Award goes to __Dusty__
4 users thanked __Dusty__ for this useful post.
lil_sheila on 6/25/2016(UTC), DurtyJay on 6/25/2016(UTC), LazTopCat on 6/25/2016(UTC), Loving_INTENSE on 6/26/2016(UTC)
lil_sheila
#4 Posted : Saturday, June 25, 2016 8:27:47 AM(UTC)


Rank: Rising Forum Member

Joined: 5/23/2010(UTC)
Posts: 38
Location: The Mall
Originally Posted by: Kesha Go to Quoted Post
Originally Posted by: lil_sheila Go to Quoted Post
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover


Style codes have to be placed inside style tags

<style>
code here
</style>



I placed my code inside my background code which has the style tags on it already. It didn't work doing it that way.
Hot_Liquor
#5 Posted : Saturday, June 25, 2016 8:38:42 AM(UTC)


Rank: Veteran Forum Member

Joined: 9/11/2010(UTC)
Posts: 3,279
Originally Posted by: lil_sheila Go to Quoted Post
Originally Posted by: Kesha Go to Quoted Post
Originally Posted by: lil_sheila Go to Quoted Post
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover


Style codes have to be placed inside style tags

<style>
code here
</style>



I placed my code inside my background code which has the style tags on it already. It didn't work doing it that way.


If you look at your code then look at Dustys you have an extra value compare.

Dusty's
body, a:hover

Yours
body, a, a:hover

Basic format needed
Code:
a:hover{cursor:url("http:urlhere.png"), default;}
3 users thanked Hot_Liquor for this useful post.
lil_sheila on 6/25/2016(UTC), __Dusty__ on 6/25/2016(UTC), LazTopCat on 6/25/2016(UTC)
Hot_Liquor
#6 Posted : Saturday, June 25, 2016 8:50:34 AM(UTC)


Rank: Veteran Forum Member

Joined: 9/11/2010(UTC)
Posts: 3,279
Also that is the code for the image your cursor makes when hovering over a link. A separate code and image is need for reg not hovering cursor.
1 user thanked Hot_Liquor for this useful post.
LazTopCat on 6/25/2016(UTC)
lil_sheila
#7 Posted : Saturday, June 25, 2016 8:51:19 AM(UTC)


Rank: Rising Forum Member

Joined: 5/23/2010(UTC)
Posts: 38
Location: The Mall
Originally Posted by: Kesha Go to Quoted Post
Originally Posted by: lil_sheila Go to Quoted Post
Originally Posted by: Kesha Go to Quoted Post
Originally Posted by: lil_sheila Go to Quoted Post
I know I have done before. I just can't seem to get it to work now. Not sure if the code I am using is not right or if image has to be certain size? Do you put in certain section of your background code, or can it be put in separate from that? Grrr. Any help would be appreciated. Smile Smile



Code I have been messing with.


body, a, a:hover {cursor:url(http:urlhere.png);}
A:hover


Style codes have to be placed inside style tags

<style>
code here
</style>



I placed my code inside my background code which has the style tags on it already. It didn't work doing it that way.


If you look at your code then look at Dustys you have an extra value compare.

Dusty's
body, a:hover

Yours
body, a, a:hover

Basic format needed
Code:
a:hover{cursor:url("http:urlhere.png"), default;}




Changed the code and it still didn't work. Dusty's code did not work either. I think something in my original background code is over-riding the cursor settings. I will have to break it down to scratch later tonight when I have time. Thanks to both of you!!
Hot_Liquor
#8 Posted : Saturday, June 25, 2016 9:26:01 AM(UTC)


Rank: Veteran Forum Member

Joined: 9/11/2010(UTC)
Posts: 3,279
Originally Posted by: lil_sheila Go to Quoted Post

Changed the code and it still didn't work. Dusty's code did not work either. I think something in my original background code is over-riding the cursor settings. I will have to break it down to scratch later tonight when I have time. Thanks to both of you!!


I was able to get this to work for reg and hover custom cursor. Of course replace www.urlhere.png with live URL
Code:


<style>
body{
cursor: url("http://www.1urlhere.png"), auto;
}
a{
cursor: url("http://www.2urlhere.png"), auto;
}
</style>
3 users thanked Hot_Liquor for this useful post.
lil_sheila on 6/25/2016(UTC), DurtyJay on 6/25/2016(UTC), Loving_INTENSE on 6/26/2016(UTC)
lil_sheila
#9 Posted : Saturday, June 25, 2016 10:39:33 AM(UTC)


Rank: Rising Forum Member

Joined: 5/23/2010(UTC)
Posts: 38
Location: The Mall
Originally Posted by: Kesha Go to Quoted Post
Originally Posted by: lil_sheila Go to Quoted Post

Changed the code and it still didn't work. Dusty's code did not work either. I think something in my original background code is over-riding the cursor settings. I will have to break it down to scratch later tonight when I have time. Thanks to both of you!!


I was able to get this to work for reg and hover custom cursor. Of course replace www.urlhere.png with live URL
Code:


<style>
body{
cursor: url("http://www.1urlhere.png"), auto;
}
a{
cursor: url("http://www.2urlhere.png"), auto;
}
</style>



I took off all my background stuff and tried above with several PB pics. None worked. I tried with & without the quotations you had around URL.

<style>
body{
cursor: url(http://i816.photobucket.com/albums/zz84/Sheila_JAMES/bdsm/bound-tie-chain-hands.jpg), auto;
}
a{
cursor: url(http://i816.photobucket.com/albums/zz84/Sheila_JAMES/bdsm/bound-tie-chain-hands.jpg), auto;
}
</style>
1 user thanked lil_sheila for this useful post.
DurtyJay on 6/25/2016(UTC)
Hot_Liquor
#10 Posted : Saturday, June 25, 2016 11:20:05 AM(UTC)


Rank: Veteran Forum Member

Joined: 9/11/2010(UTC)
Posts: 3,279
hmm... maybe your pics are just too big. The code looks good but not working for me either.
3 users thanked Hot_Liquor for this useful post.
lil_sheila on 6/25/2016(UTC), DurtyJay on 6/25/2016(UTC), Loving_INTENSE on 6/26/2016(UTC)
lil_sheila
#11 Posted : Saturday, June 25, 2016 11:54:00 AM(UTC)


Rank: Rising Forum Member

Joined: 5/23/2010(UTC)
Posts: 38
Location: The Mall
Originally Posted by: Kesha Go to Quoted Post
hmm... maybe your pics are just too big. The code looks good but not working for me either.


Thanks. I was confused. I will find some very small images and see if they work.

**Edit** That was it. Just sized the image smaller till it worked. Smile Smile
4 users thanked lil_sheila for this useful post.
DurtyJay on 6/25/2016(UTC), LazTopCat on 6/25/2016(UTC), Hot_Liquor on 6/25/2016(UTC), Loving_INTENSE on 6/26/2016(UTC)
Users browsing this topic
Guest (4)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Clean Slate theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.263 seconds.
TC-IIS-7
3.139.67.5