Hey everyone, I currently have troubles with a website I am working on. It looks fine in all browsers but for some reason, when I view the site in IE6, the right column shows up below the left column and not as supposed next to each other. Please take a look at whotoview.com ... hope anyone can help me with that. I am kind of desperate right now. Thanks! digicode
After a cursory look at your website in firefox and IE6, I found that you are using margins for floated elements. I think that’s your problem. IE6 has a bug because of which it applies double margins to floated elements. I think you should refer to this page: http://www.positioniseverything.net/explorer/doubled-margin.html Pritam Barhate.