Posts Tagged hand icon with CSS
How to change the mouse pointer to a hand with CSS
Posted by Imran Akram in CSS on June 27, 2008
hello there,
there are some scenarios where u want to change the mouse pointer to the one that looks like a hand, you know like the one u get when you hover over a link. Sometimes its pretty useful when you’re thinking about making a popup window that would come up when you click on a link, by the way, when you do such a thing you put some javascript in the onclick event and with that you want to give the user a feeling that he/she’s clicking on a hyperlink. So this is a sample class I’ve made
All you need to do is to use the Cursor:pointer; property and walllah, u got it
.mousetoHand
{
color:#5B3C1D;
font-family:Arial;
font-size:12pt;
cursor:pointer;
text-decoration:none;
}
change mouse, change mouse pointer, change mouse to hand, changing mouse, changing pointer, CSS, hand icon with CSS, mouse hand, Mouse pointer
June 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 - 306,800