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" />
< ![endif]-->
It sucks that I had to do it this way. I was warned by multiple web developers that this is not the preferred method and I completely to agree with them. For now though, the site works in IE7 and it will buy me some time until I can really look over the code and see what, if anything, is causing this stupid, annoying, pain in my ass behavior. It should be fun.
Tags: blog, browser, coding, hacks, ie, microsoft, site news




