vote up 1 vote down star

Our website www.phototulip.com displays fine in Safari and Firefox but not in IE7.

The main content seems to display on the bottom right hand side and the nav bar shifts slightly to the left. I've tried to adjust sidebar and content widths but with no success.

I was wondering if anyone could help.

flag

1 Answer

vote up 1 vote down

You have a few places where your markup is invalid (one or more <div> tags aren't closed properly) that could, potentially affect the layout. FireFox tends to be a bit more forgiving about that sort of thing than IE.

alt text

Other things to check are that your content area & sidebar have explicit widths set and that they aren't too wide for the container they're in.

link|flag
Many thanks for your reply. OK I seem to have sorted the layout. The main nav is still shifting left though. It just seems to render differently. I can only make it look OK in IE if I adjust the margins - this obviously then changes it in Safari/Firefox! – CAR Oct 27 at 18:32
There may be a better solution for your specific case but you could always use a Browser Conditional to just adjust the margins in IE: stackoverflow.com/questions/46124/… – Mark Biek Oct 27 at 18:37
I have it sorted finally! Thanks very much for you help Mark. Much appreciated. – CAR Oct 27 at 19:49
Glad to hear it :) – Mark Biek Oct 27 at 20:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.