CSS forms
CSS forms
Out of context: Reply #2
- Started
- Last post
- 28 Responses
- nocomply0
Good questions. Most new forms I'm seeing these days are table-free. I think putting it in a table may save you a headache initialy, but the beauty of CSS is that once you create one form, you've got your stylesheet set up for any others that come your way in the future.
That being said, I've run into a few problems here and there with cross-browser display issues when i do CSS forms (such as lining up text perfectly next to checkboxes, etc...) Why do forms have to be so damn buggy?