关于ie兼容性

ie8不支持媒体查询和h5特性,兼容ie8以上的代码:

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>理财网站</title>
	<meta name="viewport" content="width=decice-width, initial-scale=1">

</head>
<body>
<!--[if lte IE8]>
<p>您的浏览器版本过低,请到 <a href="http://browsehappy.com">这里</a>升级您的浏览器</p>
<!endif-->
</body>
</html>

  

猜你喜欢

转载自www.cnblogs.com/ipoodle/p/9787237.html