Mordechai Peller wrote:

> Interesting; but what if you need (as is commonly 
> the case) non-required fields interspersed with 
> required ones?

Optional I suppose. Just group them accordingly using the technique.

<fieldset>
  <legend>Optional:</legend>
    <label>Phone 
      <input [...] />
    </label>
    <label>Web site 
      <input [...] />
    </label>
</fieldset>

In a new fieldset grouping optional inputs.

Cheers.
Mike Cherim


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to