开发者

CSS is not loading for my site on IE 7for some unknown reason

CSS is not loading for my site on IE7 for some unknown reason. Its working fine for IE8, chrome and mozilla. You can see the website at www.fi开发者_如何学JAVAneartsbaroda.com


Is this answer resolved?

If not, I was going to suggest putting media="screen" for the default.css stylesheet link.


I suspect that it's because of ::-moz-selection.

css selection is not working in IE

You may need to add a conditional work-around/hack using something like

<!--[if gt IE 8]>

<![endif]-->
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜