Cursor: hand
winnjewett
Registered Users Posts: 329 Major grins
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
.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
0
Comments