WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: RE: Long form legends

for

From: Richard Garbutt
Date: Jun 10, 2005 1:49PM


Hi, This is my first post to the list. I joined recently and have only
recieved Thomas' last post.

This tutorial:

http://www.picment.com/articles/css/funwithforms/

seems great on styling forms. I like the way they mark them up:

<code>
<form>
<fieldest>
<label for="foo">foo</label>
<input id="foo" type="text" name="foo" />
</fieldset>
</form>
</code>

This seems (IMHO) the most semantic and accessable way to do it and
allows great styling.

regards

Richard