PHP Classes

File: form.css

Recommend this page to a friend!
  Classes of Darren Cline   Basic CSS Form Generator   form.css   Download  
File: form.css
Role: Example script
Content type: text/plain
Description: CSS for Example Script
Class: Basic CSS Form Generator
Compose and generate HTML Forms with valid CSS
Author: By
Last change:
Date: 19 years ago
Size: 241 bytes
 

Contents

Class file image Download
form br { clear: left; }
form label,input, select, textarea { display: block; width: 9em; float: left; margin-bottom: 1em; }
form label { text-align: left; font-weight: bold; width: 8.3em; padding-right: 1.5em; }
form select { width: auto; }