Conditional tylesheet for IE7 not loading

Hi guys!

I’ve created a site for a client which works fine in Firefox, and surprisingly, almost does in IE.

The logo is slightly out of line in IE7 and earlier. I’ve edited the CSS using the IE Dev Toolbar and uploaded another stylesheet for users with IE7, but for some reason it seems that the stylesheet is not being loaded and it’s loading the default stylesheet when I test in NetRenderer and IE Tester.

Here is the code I’m using:


<link rel="stylesheet" href="scripts/style.css" type="text/css">
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="scripts/ie7style.css" /><![endif]-->

Is there anything wrong with this? You can check out the test site by clicking here.

Any help would be much appreciated.

Thank you very much,

SM