www.leftwingpost.com Look at the Featured Video in the right column. If you visit in FireFox, you can see the video is shifted to the right for some reason. In IE6 it breaks the layout! It forces the right column to the bottom of the page. BUT...... the EXACT same template is used here and it doesn't do it. What's wrong with mine?
I am guessing it has something to do with the fact that the video is bigger (in width) than the div area. Try placing an image there, that is smaller than the div space - and see if it still has the same problem.
In your coolplayer.css you have: .coolplayer_wrapper { display:block; margin:12px 0pt 12px 24px; text-indent:0pt !important; } Change it to: .coolplayer_wrapper { display:block; margin:12px 0 12px 0; text-indent:0pt !important; } and see if that helps. You're adding a 24px left margin, for some reason.