Hover css

Can anyone tell me what I add to this to make the hover hand effect on my file upload/browse button.



a.link_button

{

display: inline-block; width: 100px; height: 20px; background:#ffAE27 no-repeat 0 0;

text-decoration:none;

border: 1px solid black;

text-align:center;

color:#FFFFFF;



}

Thanks

JOhn

[quote name=‘johnbol1’]Can anyone tell me what I add to this to make the hover hand effect on my file upload/browse button.



a.link_button

{

display: inline-block; width: 100px; height: 20px; background:#ffAE27 no-repeat 0 0;

text-decoration:none;

border: 1px solid black;

text-align:center;

color:#FFFFFF;



}

Thanks

JOhn[/quote]


cursor: pointer;