I'm developing a site and have it in maintenance mode. Tonight, I logged in with IE to make sure that the behavior was the same as FF and Chrome and found that the login was thrown off to the left and the admin dashboard was all mucked up too.
I was able to remedy the exterior layout (user view) by forcing IE to the latest version using this code after the <title> tag:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
I shouldn't have to alter wordpress software to make it work in all browsers, I'm thinking... :)
I investigated the .htaccess to ensure that it was not infused with some iframe virus because I read about that elsewhere in this forum.
The admin dashboard behaves beautifully in Firefox and Chrome on this same machine so I don't think it has anything to do with plugins.
I've put up a screen shot of what I'm seeing in IE here:
http://mildlymystified.com/wpadmin-error/messy-dashboard.jpg
I've tried disabling all the plugins ... results are the same in IE.
If you take a look at the screen shot, notice that IE Debug Bar is reporting IE5 compatibility and I certainly did not code that into the dashboard.
Any ideas would be truly appreciated.