Arkkimaagi
Technical User
Hello.
I have a cursor I made and it fits my site style perfectly. I know I can adjust the cursor on an webpage with ie6+.
The problem is that when I move my mouse over an link, it changes to original cursor when it is over the "walking ants" border of the link.
Sample code I use:
<style>
body { cursor : url(mycursor.cur); }
a { cursor : url(mycursor2.cur); }
a:hover { cursor : url(mycursor2.cur); }
</style>
<a href="
Example: I move my mouse slowly from document to the link area. On the document area it is mycursor.cur, when it is exactly ontop of the "walking ants" border, its the windows cursor , inside the border it is mycursor2.cur
Do you know what the border name could be in CSS, or do you have a fix for this?
Here is the site:
I have a cursor I made and it fits my site style perfectly. I know I can adjust the cursor on an webpage with ie6+.
The problem is that when I move my mouse over an link, it changes to original cursor when it is over the "walking ants" border of the link.
Sample code I use:
<style>
body { cursor : url(mycursor.cur); }
a { cursor : url(mycursor2.cur); }
a:hover { cursor : url(mycursor2.cur); }
</style>
<a href="
Example: I move my mouse slowly from document to the link area. On the document area it is mycursor.cur, when it is exactly ontop of the "walking ants" border, its the windows cursor , inside the border it is mycursor2.cur
Do you know what the border name could be in CSS, or do you have a fix for this?
Here is the site: