inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 16, 2016 17:08:12 GMT -8
Wondering if there is a plugin or anything of the sort that possibly allows the pointer of your mouse to change to an image you desire? or perhaps an image that trails the pointer?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Mar 16, 2016 17:12:45 GMT -8
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 16, 2016 20:02:06 GMT -8
awesome thanks! I'll try to play around with it, I'll come back if I need help
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 17, 2016 12:08:46 GMT -8
so I figured out the CSS for replacing the default cursor to an image using this at the end of my style sheet.
body {cursor: url('URL OF IMAGE HERE'), default;}
and it's working great.
Now I need to figure out how to get the cursor to change when it hovers over a link. Right now, it reverts back to the hand pointer.
I've researched it up and seen this alot,
a:hover{cursor: URL('URL HERE')} but it doesn't seem to work.
Any ideas?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 17, 2016 13:13:10 GMT -8
so I figured out the CSS for replacing the default cursor to an image using this at the end of my style sheet. body {cursor: url('URL OF IMAGE HERE'), default;} and it's working great. Now I need to figure out how to get the cursor to change when it hovers over a link. Right now, it reverts back to the hand pointer. I've researched it up and seen this alot, a:hover{cursor: URL('URL HERE')} but it doesn't seem to work. Any ideas? a:hover{cursor: URL('URL HERE') !important;} Maybe try the important flag? There might be a css limitation on where cursor can be defined. Lynx any testing?
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 17, 2016 13:19:09 GMT -8
unfortunately no luck, just tried it
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 17, 2016 13:20:53 GMT -8
unfortunately no luck, just tried it Give me 5 minutes ill look up some specs
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 17, 2016 13:28:07 GMT -8
unfortunately no luck, just tried it tryTry using the image that works for the cursor for the hover only. Its possible that the image you want to use for the hover does not meet the requirements for your browser This should tell you if its the image or the code. Every website has a multitude of css running so its hard to pinpoint a reason. It might need to be applied with javascript for it to work
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 18, 2016 5:59:10 GMT -8
nope still not working. not sure why
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 21, 2016 4:03:37 GMT -8
anyone have an idea on this? been playing around for the past few days but can't seem to figure it out. I'm assuming you can't do this at this point...
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 21, 2016 4:50:33 GMT -8
anyone have an idea on this? been playing around for the past few days but can't seem to figure it out. I'm assuming you can't do this at this point... I just tested and it works fine for me. I'm not sure what type of link you are targeting If just any link try: a
{cursor:url(http://images.proboards.com/v5/admin/code_nowrap.png),auto;
} There is no need for :hover since it changes only when you are targetting a link
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 21, 2016 5:57:17 GMT -8
Nope still the same issue at hand, even with your code P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓. If you go to my forums ishtaria.freeforums.net, the default cursor is an image, but when you hover over any link on the site it reverts back to the hand. Sorry for the trouble with this!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 21, 2016 23:41:02 GMT -8
Nope still the same issue at hand, even with your code P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ . If you go to my forums ishtaria.freeforums.net, the default cursor is an image, but when you hover over any link on the site it reverts back to the hand. Sorry for the trouble with this! <style> a{cursor:url(http://images.proboards.com/v5/admin/code_nowrap.png),auto; !important } </style> I just inserted that into your forum and it worked fine. It only works for links though. Most tables are links so it won't change except when hovering over the word directly linked highlighted in blue
|
|
inherit
223090
0
Jul 29, 2016 12:07:04 GMT -8
Axxell
82
July 2015
axxell
|
Post by Axxell on Mar 22, 2016 18:45:52 GMT -8
ahhh thank you so much!
|
|