My www nerdferguson com doesn't work in IE9 (Maybe other versions of IE as well, but I only have 9). It works great in Chrome, FireFox and Safari but when I try to view it on my desktop with IE9 I get nothing but a white screen. When I change to a different theme it works and I am curious if this:
<!--[if lte IE 7]><link rel="stylesheet" href="http://www.nerdferguson.com/wp-content/themes/imperial/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="http://www.nerdferguson.com/wp-content/themes/imperial/css/ie7.css" type="text/css" media="screen, projection" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" href="http://www.nerdferguson.com/wp-content/themes/imperial/css/ie6.css" type="text/css" media="screen, projection" />
<style type="text/css">
.content .post-comments a { background: url("http://www.nerdferguson.com/wp-content/themes/imperial/images/dark/post-comments.gif") no-repeat 0 0; }
</style><![endif]-->
in the header might have something to do with it. Any help would be greatly appreciated! Thanks very much for your time!
Also, if I click compatibility mode in my IE9 browser everything works fine. Thanks again!