Revision: 41608
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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