CSS forms and remembering passwords
When it comes to laying out forms there’s a lot to be said for tables. However, it can be done using CSS, for example using the method outlined by Peter-Paul Koch at Quirksmode. Now I’ve just stumbled across Anthony Eggert’s way of laying out valid, accessible forms too – very impressive. The javascript to hide [...]