Firefox 3.5.9 pushes down input:text when all other browsers render it fine
- by Ad Taylor
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/
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