Header Ads

CSS Framework For Forms


Formy is a simple-yet-functional CSS framework which enables you to create form layouts without tables, divs or lists.

Formy is created by Vladimir Carrer who had created the CSS print framework: Hartija (see WRD post). Thanks to him for the suggestion.

Formy uses Reset.css for maximum browser compatibility.


Here is how a simple form works:


<label for="Name">Name:</label> <input type="text" name="Name" value="Lorem ipsum dolor" /><br />

<label for="City">City:</label> <input type="text" name="City" /><br />

With the download, there are already examples of vertical & horizontal forms.

Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://code.google.com/p/formy-css-framework/

No comments