关于ie兼容性
Posted ipoodle
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于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>
以上是关于关于ie兼容性的主要内容,如果未能解决你的问题,请参考以下文章