Return to Snippet

Revision: 41608
at February 21, 2011 05:12 by JohnGR


Initial Code
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}

Initial URL


Initial Description
Some elements that are clickable mysteriously don’t trigger a pointer cursor in browsers. This fixes that, and provides a default class “pointer” for applying it to other clickable things as needed.

Initial Title
Give Clickable Elements a Pointer Cursor

Initial Tags
links

Initial Language
CSS