Click to See Complete Forum and Search --> : cursor: pointer (on form submit buttons) - Good? Bad? Why?


CyCo
06-07-2006, 08:00 PM
Just curious if there are any accessibility issues here.

<Eddie>
06-08-2006, 06:44 AM
Not accessibility no. Usability yes. Objects that are interactive usually render the hand icon when hovered over that object. Form buttons don't but you could argue that many, if not all user agents are easily capable of defining buttons as interactive objects. However, my personal opinion is to maintain interactive consistency and the fabled button should have the hand icon when engaging it.

CyCo
06-08-2006, 07:33 PM
OK, Thank you for the input. Any others with opinions?