Cursor Problem
4 posters
Page 1 of 1
Cursor Problem
My cursor won’t work but I already input this code in site description .-.
<style>body {cursor: url https://i.imgur.com/X3ZzP.gif;} a {cursor: url https://i.imgur.com/X3ZzP.gif;}</style>
My site http://medievalchaos.forumtl.com/
Version: Invision
<style>body {cursor: url https://i.imgur.com/X3ZzP.gif;} a {cursor: url https://i.imgur.com/X3ZzP.gif;}</style>
My site http://medievalchaos.forumtl.com/
Version: Invision
Re: Cursor Problem
your CSS is wrong.
this should work:
this should work:
- Code:
<style>body {cursor: url(http://i.imgur.com/X3ZzP.gif) auto;} a {cursor: url (http://i.imgur.com/X3ZzP.gif) auto;}</style>
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Cursor Problem
Topic Solved. I found another way around.
/* Start https://imgur.com/*/ body, a:hover {cursor: url(https://i.imgur.com/X3ZzP.gif), progress !important;} /* End https://imgur.com/*/
/* Start https://imgur.com/*/ body, a:hover {cursor: url(https://i.imgur.com/X3ZzP.gif), progress !important;} /* End https://imgur.com/*/
Re: Cursor Problem
where i will post that CSS code ?? i try this any tutorial ??
zejific_14- New Member
- Posts : 17
Reputation : 1
Language : english
Re: Cursor Problem
Display>Colorszejific_14 wrote:where i will post that CSS code ?? i try this any tutorial ??
Css stylesheet tab.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Cursor Problem
what is the css code for this if my forum version is phpBB2 (subsilver) ??
zejific_14- New Member
- Posts : 17
Reputation : 1
Language : english
Re: Cursor Problem
The code provided above shall work.
https://help.forumotion.com/t111274-cursor-problem#729897
https://help.forumotion.com/t111274-cursor-problem#729897
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum