Community News
Formy - CSS Form Framework
vladocar 24 Jun, 2008
Share on Facebook Tweet this Delicious StumbleUpon Reddit Subscribe
Formy is mini CSS Framework for better Form management.
Need more? Read these posts:
- 20+ Useful CSS3 and HTML5 Frameworks, Tools and Templates
- picoCSS - small JavaScript Framework for CSS manipulation
- CSS3 Buttons Framework
- Child Selector System - CSS Framework
- 7 Form Frameworks To Help Manage Your Forms Easily
Comments
Sorry, further comments are disabled for this post.
CSS Globe is a web design magazine brought to you by Alen Grakalic and kept fresh with member contributed news and exlusive articles.
Pierre 25 Jun, 2008
Penfold 25 Jun, 2008
vladocar 25 Jun, 2008
Matt Froese 25 Jun, 2008
vladocar 25 Jun, 2008
Pierre Bertet 26 Jun, 2008
Sorry, this was my first impression, and my english is very poor...
- There is no constance in the code : spaces or not, .5em or 0.5em, #FF0000; or #F00; or #f00; ?
- Why colors are not separate ?
- Examples : "label" elements are not aligned with fields, the fields have not "id" attributes corresponding to "for" attributes.
- Why did you used this : "<label> </label>" ?
- What about IE6 support ?
- Why is your conditionnal comment ( <!--[if gt IE 5]> ) targetting IE8 ?
Pierre Bertet 26 Jun, 2008
- Why did you used this : "<label> </label>" ?
vladocar 26 Jun, 2008
vladocar 26 Jun, 2008
Matthew 27 Jun, 2008
The label issue was one of the huge red flags for me too (your FOR attribute not being used properly). Do more study on how to make forms. I would also suggest running through your forms with a screen reader to get some insight into the accessibility side of things.
It could turn into something. But I think that at this point you should start over with a clean slate. ALso, I know a lot of what you have is meant to be dummy text, but you should still pay attention to things like duplicate labels ("Message:") and empty elements (mentioned in earlier comments). It's just not good practice
All of these things makes the framework look way too amateurish. Which in the end will hurt the purpose: people using it.