CSS Inline Radio buttons
Posted: Tue Nov 20, 2012 4:07 am
Hi
Has anyone got they Radio buttons inline using CSS using the template from the Formbuilder. I cant get then inline.
I am trying to get something like this
Registered disabled?
O Yes O NO
Has anyone got a example of the css that works with formbuilder.
I tried things like this, but no luck.
See the form here https://www.syfn.org/membership-form/
can anyone help thank you
Has anyone got they Radio buttons inline using CSS using the template from the Formbuilder. I cant get then inline.
I am trying to get something like this
Registered disabled?
O Yes O NO
Has anyone got a example of the css that works with formbuilder.
I tried things like this, but no luck.
Code: Select all
input[type='radio'] {
display: inline;
margin-bottom: 0;
padding-top: 5px;
vertical-align: middle;}
can anyone help thank you