Options

Cursor: hand

winnjewettwinnjewett Registered Users Posts: 329 Major grins
edited April 7, 2005 in SmugMug Support
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

Comments

  • Options
    {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited April 7, 2005
    Good catch, fixed it and ready to go out.
    winnjewett wrote:
    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
Sign In or Register to comment.