It loads correctly in all other major browsers I have tested, but in IE6 the right content column is being placed below the end of the left navigation column, leaving a big empty white space before the content. I discovered that I was missing a closing div tag for the div id="content". Even after I fixed this, I still see the same error. Is this a css problem? Any help is greatly appreciated! example page: http://www.snarescience.com/donate.html css file:http://www.snarescience.com/style/style104_left.css Thanks, Ryan
Search for #column2 in your CSS and replace the width value to 465px #column2 { text-align: justify; padding: 0px 22px 15px 0px; width: 465px; float: right; } Its caused because your left column is wider then it should be and right column is shifted underneath.