Firefox 3.5.9 pushes down input:text when all other browsers render it fine

Posted by Ad Taylor on Stack Overflow See other posts from Stack Overflow or by Ad Taylor
Published on 2010-04-22T10:01:12Z Indexed on 2010/04/22 10:03 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

Hi,

I have run into a really odd bug with FF3.5.9 (and potentially lower) where it is moving the input:text below the input:submit. The strangest thing with this is that it is working on IE6/7/8, Chrome, Safari and Firefox 3.6. Here is a test page so you can see how it is marked up: http://paste-it.net/public/s6479e6/

Firefox 3.5.9 input:text issue

I can fix the issue for FF3.5.9 by adding padding-bottom (15px) but this then puts the other browsers out of action.

Has anyone else had a similar issue and found a fix? Seems like such a minor issue but I just can't find a fix for it and I am not really into having to absolute position the inputs as that seems too hacky!

Thanks for your time,

Ad

© Stack Overflow or respective owner

Related posts about css

Related posts about css-layout