Would someone be kind enough to advise me on why my website is all stretched and ugly in Internet Explorer 6? Works fine in FF2, FF3, IE7, IE8, Opera. http://www.murraysworld.com
Now you know why we all complained about IE6 when more modern browsers like Firefox came out. It doesn't look bad to me in IE6
Please see the image attached, notice the lack of the left and right navigation. Are you saying that it looks different in your IE6?
I run FreeBSD on my notebook and IE isn't available so I looked on netrenderer but it looks fine there.
I see, fair enough. Can someone who has IE6 on their PC tell me if it shows the website broken like in my screenshot?
It actually looks fine for me as well in IE6. What I suggest is that you style wrapper_parent the same way you did main_container. Most likely it's the floating that's giving you problems. Also, you don't really need the position:relative and top:10px for main_container, since you could just make the div have a top margin of 10px. If you do decide to use a 10px top margin, make sure to remove the height declaration for your banner div. Hope this helps you.