简体   繁体   English

对IE8的通用HTML5支持

[英]Generic HTML5 support for IE8

I have developed a simple asp.net site for data tracking. 我已经开发了一个简单的asp.net网站来进行数据跟踪。 I almost have to project to completion but am stuck with the usual IE compatibility issues. 我几乎必须计划完成,但是会遇到通常的IE兼容性问题。 So far under the head of my layout view I have the following 到目前为止,在布局视图的标题下,我有以下内容

<![if lt IE 9]>
    <script src="../../Content/js/html5shiv.js" type="text/javascript"></script>
    <script src="../../Content/js/respond.min.js" type="text/javascript"></script>
<![endif]

What i am wondering is - 1) Is there any generic files [.js/.css] that adapt for IE 2) Are there any programs available that can scan my site and throw back the issues on why IE is having problems reading the site. 我想知道的是-1)是否有适合IE的通用文件[.js / .css] 2)是否有可用的程序可以扫描我的网站并抛出有关IE为什么无法读取该网站的问题。

modernizr是HTML5 / CSS3的功能检测库,可以帮助识别导致兼容性问题的元素。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM