PDA

View Full Version : Cursor: hand


winnjewett
Apr-07-2005, 12:21 AM
I believe that in order to ensure that the cursor turns to a hand in firefox, mozilla and netscape, cursor: pointer; needs to be added before cursor: hand; as such:

.buttons{
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #80C4FF;
border-style:solid;
border-color: #A1A5A6;
cursor: pointer;
cursor: hand;
}

-w

{JT}
Apr-07-2005, 08:13 AM
Good catch, fixed it and ready to go out.

I believe that in order to ensure that the cursor turns to a hand in firefox, mozilla and netscape, cursor: pointer; needs to be added before cursor: hand; as such:

.buttons{
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #80C4FF;
border-style:solid;
border-color: #A1A5A6;
cursor: pointer;
cursor: hand;
}

-w