Formy is CSS Framework for better form management.

เริ่มโดย ก็องโต้, 07 พฤศจิกายน 2008, 14:57:40

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

ก็องโต้

Formy - CSS Form Framework

Formy is CSS Framework for better form management.

There are some great tools and examples for creating web forms. They usually use tables, div, list or just pure CSS for construction of the form layout. Some of these techniques are not so accessible (tables) or in absence of CCS the form layout will fall apart.

That is why I decided to make universal CSS for forms who will interact in the simple natural way with HTML form and HTML form will work decently well even without CSS.

Download ที่นี่ : http://formy-css-framework.googlecode.com/files/Formy%20CSS%20Form%20Framework%200.8%28beta2%29.zip

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

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

ที่มา : http://code.google.com/p/formy-css-framework/