This is a nice little starter intro to CSS for forms. To be really useful, it'd have to demo some of the harder elements to style, the hardest being inputs for uploading files. I haven't seen a technique yet that doesn't require some javascript to compensate for browser quirks:
There's lots wrong here: no labels, incorrect input types for things, no required attributes even though they should be required, no vendor prefixes for newer CSS properties.
If you are writing a tutorial, remember many people will just copy and paste your code without getting it to production level.
15 comments
[ 220 ms ] story [ 918 ms ] threadIt always bothers me when I see tutorials and such doing this.
http://www.shauninman.com/archive/2007/09/10/styling_file_in...
If you are writing a tutorial, remember many people will just copy and paste your code without getting it to production level.