Click to See Complete Forum and Search --> : Input Align Problem In Ff.


martinsandhu
09-22-2005, 05:30 AM
Hi guys im trying to get this input field aligned with the text contents for a mailing list section of a website im working on. I've tried numerous ways but this only happens in IE and not FF.

the page is at

http://www.rocketss.com/index.php

and the css which is relavent is at

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

Any ideas?

Fang
09-22-2005, 09:26 AM
Could you explain in more detail, there is no clear misalignment.

martinsandhu
09-22-2005, 11:16 AM
sure if you look in FF or Safri or IE MAC the input box is not aligned with the text on its left hand side it sticks out slightly further.

Fang
09-22-2005, 11:33 AM
input {padding:0;}

martinsandhu
09-23-2005, 05:27 AM
cheers not sure if you have IE MAC or Safari but the same problem occurs as before the input is not aligned with the the text. In Safari the input box is further out then the text where in IE MAC the text is further out then the input box.

Fang
09-23-2005, 06:27 AM
No Mac here, but removing all margin and padding and then only applying padding, not margin to elements will often help.