Iexplorer wont load css, firefox does?

Hi guys,

I am having a problem with the site im busy creating. I noticed today that for some reason when i view any the pages using internet explorer it has no css formatting. This is odd because it was working a few weeks ago when i last tried it. I have no idea what changed and its weird because in firefox and on my blackberry browser the pages displays perfectly fine.

Can someone have a look and tell me what i messed up? I know it has to be some kind of oneline fix, or a problem with the way my metas are set up.

The site adress is http://www.free4blackberry.com/

Thanks alot in advance if anyone can help me!!!

O and p.s. please tell me what you think of the site, its the first one i have made :slight_smile:

I think it’s down to the media query in the first css line

You need to give IE the style_main.css using Conditional Comments because it doesn’t understand the media query.


<!--[if IE]><link rel="stylesheet" type="text/css" href="[http://www.free4blackberry.com/sitefiles/styles/style_main.css](http://www.sitepoint.com/forums/view-source:http://www.free4blackberry.com/sitefiles/styles/style_main.css)  media="screen" /><![endif]-->


Thanks alot for your help everyone! That sorted the problem out for me. Really appreaciate it, so thank you again! :slight_smile: