I finally fixed the IE7 problem that plagued this site, although it’s really only a temporary fix. It’s also a very ugly fix. I had to use a conditional comment in my code which detects Internet Explorer 7 browsers and then loads a separate CSS file. <!–[if IE 7]> <link rel=”stylesheet” type=”text/css” href=”../wp-content/themes/skyecade/ie7_hacks.css” /> < [...]