Skip to main content

A List Apart: Articles: Prettier Accessible Forms

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 56 people (13 private), first by anonymouse user on 2006-06-20


Public Comment

on 2006-06-20 by jackysee

除了 float 之外,還可以使用 inline box 這招,可是就要 javascript 來支持 mozilla 了

on 2006-07-20 by jonphipps

I’ve tried to create a form-styling solution that is both accessible and portable (in the sense that I can move the code from one project to the next). Floats have often provided a solution to my problem, but given the complexity of some layouts and the

on 2006-10-30 by delgaudm

A technique for creating forms with CSS that are accessible to screen readers and the like, and can also be style for good looks.