Robert Sinclaire DOT COM

Life is complex…..simplify

«
»

Code & Design

IE7 problem fixed

11.01.06 | Comment?

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: , , , , , ,

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

:

:


«
»