> On Behalf Of Mordechai Peller
> Instead of using a legend, how's about:
>
> label.required span {
> position : absolute;
> left : -9999px;
> }
> <label class="required"><span>Required</span>...
This has been suggested already, but I don't think it's as clean as using
legend.
As a side note, I don't think we'd need to use a class if we consider that only
the required fields would have a label containing a span.
<label><span>Required</span>...
label span {...}
---
Regards,
Thierry | www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************