Log In · Register

 
Cursor for Hover:link, Normal Cursor, How do I have 2 different ones?
lpdrummer
post Jul 1 2005, 09:25 AM
Post #1


Senior Member
****

Group: Member
Posts: 137
Joined: Feb 2005
Member No: 103,647



How do I have 2 different cursors so that theres an arrow, but when you hover over a link, it turns into a crosshair?

Heres code if it helps

 
 
Start new topic
Replies
talcumpowder
post Jul 1 2005, 11:34 AM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



.....Like this. You can apply this to your stylesheet if you so wish.
CODE
<style type='text/css'>body{cursor: default;} a:link, a:active, a:hover{cursor: crosshair;}</style>
 
lpdrummer
post Jul 5 2005, 11:26 AM
Post #3


Senior Member
****

Group: Member
Posts: 137
Joined: Feb 2005
Member No: 103,647



OK I did this-

a:active, a:link, a:visited { text-decoration:underline; font-size:11px; color: A51A19; }
img { border:none; }
div.smalltext { text-align:center; }
a:hover{cursor: crosshair;} { text-decoration: none; color:# 911615; }


..Only problem is, some of my links spaz out when you hover over them- its like they're trying to figure out if they should do the cursor or change color and underline. They should do both!
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: