Formbuilder CSS problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
erpee
Power Poster
Power Poster
Posts: 771
Joined: Sat Jul 07, 2007 9:22 am

Formbuilder CSS problem

Post by erpee »

On my website I use a form created in Formbuilder (0.3) I use the foillowing CSS:

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>
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
Waarom zou het direct goed moeten gaan? Dan is alle lol weg ...
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Formbuilder CSS problem

Post by KO »

When looking that page I could not those styles attached. Add stylesheets to your templates.

br, K
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Formbuilder CSS problem

Post by Dr.CSS »

They are inline, in the template...
User avatar
erpee
Power Poster
Power Poster
Posts: 771
Joined: Sat Jul 07, 2007 9:22 am

Re: Formbuilder CSS problem

Post by erpee »

mark wrote: They are inline, in the template...
I know, that where I've put them. That's alse the reason why I think it's strange that it doesn't work...
Waarom zou het direct goed moeten gaan? Dan is alle lol weg ...
User avatar
erpee
Power Poster
Power Poster
Posts: 771
Joined: Sat Jul 07, 2007 9:22 am

Re: Formbuilder CSS problem

Post by erpee »

anybody?
Waarom zou het direct goed moeten gaan? Dan is alle lol weg ...
Post Reply

Return to “Layout and Design (CSS & HTML)”