Re: radio buttons not displaying properly in firefox

Anonymous
Not applicable

radio buttons not displaying properly in firefox

I've built a landoing page with a form on it, and made the form to have the labels above it. In Safari, IE, and chrome all the fields work properly, but in firefox, the one set of fields that are radio buttons have the radio buttons and text appear to the right of the label. Here is the page as it stands now:

http://go.cochlear.com/DTCcontactform.html

Any idea why this is not working? Any help appreciated.

Thanks

John

*
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: radio buttons not displaying properly in firefox

It looks like you have a couple of extra <tr> and <td> tags - consider taking those out.
Anonymous
Not applicable

Re: radio buttons not displaying properly in firefox

I recall I helped someone with this previously. Try putting the following into an HTML element:

 
<style>
form.lpeRegForm .mktInput {
    padding-left: 10px !important;
}
</style>