怎么使ie8,9浏览器完美兼容h5和css3
1、下载Visual Studio Code软件。

3、新建一个文件名,比如这里“index.html”,此时界面右侧显示index.html文件内容。

5、把以下内容放到<head></head>之间<!–[if lt IE9]><script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script><![endif]–>

1、下载Visual Studio Code软件。
3、新建一个文件名,比如这里“index.html”,此时界面右侧显示index.html文件内容。
5、把以下内容放到<head></head>之间<!–[if lt IE9]><script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script><![endif]–>