Jump to content

Problem with mouse pointer


TheKid6531

Recommended Posts

Hello.Sorry for bothering you, but i'm almost at the end with my page and i need a little help more. I have an question.If the person hovers his mouse cursour over some link what is in my page then the pointer will change to thishand-cursor-anon.jpg Can anybody provide me a code what's purpose would be that if i hover my pointer our some link, then the cursor won't change to the "Hand icon" what i showed before.If i want some costum icon appear instead of the "Hand icon" when the pointer is hovered over the link, what code do i need? The pointer what i want to add is that ;

<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2008/12/17/cool-blue-outer-glow-pointer.html" target="_blank" title="Cool Blue Outer Glow Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Cool Blue Outer Glow Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>

TheKid6531 :)

Edited by TheKid6531
Link to comment
Share on other sites

The code you have to change the cursor should work. I'm a little confused as to why you have <a> tags directly following the <style> tag. Do you have the <style> tag in the body? It should be in the head.
I fixed this.I got the pointer work really fine, but there is still one thing what i can't be solved.What code should i have that no matter if i hover my mouse over a text or over a link , the cursor will remain the same and wont change to "text" cursor while hovering the mouse over text. What code do i need , so my cursor will remain the same even if i hover my pointer over some link.I need to have the same cursor all the time at the page, but i can't find any solution :(
Link to comment
Share on other sites

It's a drastic solution, but preventing the cursor from ever changing can be done by setting the :hover of every single element. *:hover { cursor: default;}

Link to comment
Share on other sites

It's a drastic solution, but preventing the cursor from ever changing can be done by setting the :hover of every single element. *:hover { cursor: default;}
I used this code ,but still when i hover my pointer over the link then the "hand icon" will appear. :( Edited by TheKid6531
Link to comment
Share on other sites

Hmm, it shouldn't do that. I can't help you any further if code that should work isn't working. There must be something wrong in your code, or something interfering.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...