This site displays fine in IE8, Mozilla, Safari and Chrome but IE6/7 really screws it up. I've been trying to bux fix the layout, but I'm ready to give up. Wordpress 3.0, coded using BBEdit and PSPad, hosted on Yahoo (terrible, but not my choice).
Site: yovinomd.com
In IE8 dev tools, the HTML is all wrong. For some reason there are 2 blank lines before the !DOCTYPE that do not appear in PSPad or BBEdit. It renders the !DOCTYPE as a commented-out empty text node. The rest of the HTML is broken: IE thinks the head only contains my page title and it throws the meta and scripts into a commented out body tag. I've never seen this before, but I think it's breaking my HTML and causing the layout problems.
IE dev tool screenshot: http://img405.imageshack.us/i/iedev.jpg/
Could this be a DOCTYPE issue? My understanding is that the Transitional would be read as Strict by IE, which should be fine.