Re: Web Forms: Usability and Accessibility Question.

> <label for="id">First name <img src="asterix.gif" alt="mandatory 
> information"></label><input type="text"...>

Could have issues for people who need to large text.

FWIW what I actually often do use is 
<p id="expAst">Fields marked with an asterisk are mandatory</p>
...
<label for="id">First name <a href="#expAst">*</a></label>

Though I'm not happy with that either.

-- 
Jon Hanna
<http://www.hackcraft.net/>
*Thought provoking quote goes here*

Received on Tuesday, 3 February 2004 08:48:15 UTC