Jump to content

TheKid6531

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by TheKid6531

  1. 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. :(
  2. 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 :(
  3. 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 :)

×
×
  • Create New...