Show the finger on buttons

pointing finger hand icon cursor< rarrr i wants taht fingerz!!

Did you know that some people doesn’t click on your buttons just because they see the arrow pointer, and they only click when they see the finger pointer?

here’s a CSS valid for FF & IE

input.btn{
cursor: pointer;
cursor: hand;}

here’s the HTML code for button styling

<input name="name" id="id" class="btn" value="value" type="submit" />

Categoria: usability, xhtml + css = love. URL permanente.

Comments are closed.