IE fails to load CSS file

css, html, internet-explorer, request

Solution

In the `<meta name="description" ...` tag, the `content` attribute has 2 quotes in it ("). Remove those or escape them (`&quot;`) and it should be fine.

Problem

I have problem with site: http://ggmedia.pl/ - IE fails to load http://ggmedia.pl/style.css When I look on HTTP headers there isn't any request for this file. Changing filename and/or path doesn't help - any ideas?

Original source