Thursday, July 20, 2006
« Memphis Code Camp 2006 | Main | PowerShell Demo »
Commonly, the "cursor:hand" style is used to mark an element as clickable, but this is not compatible with Mozilla browsers (read "Firefox".)  If you only need to support modern browsers, use "cursor:pointer".  If, however, you want to support all browsers, we need to turn to QuirksMode.  His solution:
p.pointerhand {
cursor: pointer;
cursor: hand;
}
As he points out, make sure you list the definitions in the order indicated (pointer, then hand.)

Name
E-mail
(will show your gravatar icon)
Home page

Comment (Some html is allowed: a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u)  

Enter the code shown (prevents robots):