Click to See Complete Forum and Search --> : Align Form Fields Problem In Ie Using Css


martinsandhu
09-21-2005, 03:59 AM
Hi guys got a problem with some CSS i can't figure out.

I've made an enquiry form and the select drop down menu option is not aligned with the rest of the text boxes even though i have given it the same distance from the left hand side. This only occurs in IE and not in Safri and FF.

The CSS can be found at

http://www.rocketss.com/css/form.css

and the form where the problem occurs is

http://www.rocketss.com/contact/enquiry-form/index.php

Any ideas?

Fang
09-21-2005, 06:39 AM
The select is correctly aligned, it's the inputs that are misaligned.
Change all margin:4px to padding:4px;, or better still remove all the div containers around the inputs.