Formbuilder CSS problem
Posted: Sat Aug 18, 2007 8:54 am
On my website I use a form created in Formbuilder (0.3) I use the foillowing CSS:
The first part (.contactform) of the CSS puts the field name on top of the textinput. The second part (.keuze) should keep the appearance the same but, should put the field name in front of e.g. the textinput.
I linked the second part to my CheckBoxGroup. but nothing happens. What should I do?
You can find it here: http://www.pritonart.nl/cms/index.php?page=uitgebreide-aanvraag
Code: Select all
<style type="text/css">
.contactform fieldset {padding: 1em; background-color: #eee;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 50em; }
.contactform div.required {color: #f00;}
.keuze fieldset {padding: 1em; background-color: #eee;}
.keuze fieldset legend {font-weight: bold;}
.keuze div {padding: 0.25em 0 0.25em 0;}
.keuze div.required {color: #f00;}
</style>
I linked the second part to my CheckBoxGroup. but nothing happens. What should I do?
You can find it here: http://www.pritonart.nl/cms/index.php?page=uitgebreide-aanvraag