I h开发者_开发问答ave 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?
In the <meta name="description" ...
tag, the content
attribute has 2 quotes in it ("). Remove those or escape them ("
) and it should be fine.
精彩评论