I've created the site http://www.uncoverengland.com The problem seems to be the What's New section, some padding or margin problem on browsers other than IE makes the section drop under the form..when it should be to the right of the search form button. Could any CSS guys take a quick look? Thanks alot!
possibly a padding issue since you have your margin set at 0 for the #ld which is only an IE statement. It works fine in Firefox so I can't tell you what it looks like in IE...I would say possibly change the padding to 0.5px or something along those lines
Thanks, I'm not sure if padding:0 for #ld is the issue as it's something I just added as people were saying it doesn't look right in Chrome and others... On my side it looks ok (Latest FF and IE8) but this issue is nagging at me...
after looking at the coding briefly it seems like a padding issue still..try changing the padding and margins for your search box and see if it will bring the what's new left some more and see if that fixes the wrap issue
I fixed it by changing the form, the padding to the left is such because on FF it looks too close ;( bloody FF and IE browsers!