天天看點

一個能夠相容IE6,IE8,IE9,IE10,IE11,谷歌,火狐,360等常見的10個浏覽器的HTML頭部資訊配置代碼

<!doctype html>

<!--[if ie 7]>    <html class="no-js ie7 ie" lang="en"> <![endif]-->

<!--[if ie 8]>    <html class="no-js ie8 ie" lang="en"> <![endif]-->

<!--[if ie 9]>    <html class="no-js ie9 ie" lang="en"> <![endif]-->

<!--[if gt ie 9]><!-->  <html class="no-js" lang="en">  <!--<![endif]-->

 <head>

  <title>首頁</title>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <meta http-equiv="content-type" content="text/html; charset=utf-8" />

  <!--ie10-->

  <meta http-equiv="x-ua-compatible" content="ie=7,ie=8,ie=9,ie=10"/>

  <meta name=”renderer” content=”webkit|ie-comp|ie-stand”/>

  <!-- css styles -->

  <link rel="stylesheet" type="text/css" href="css/base.css" />

  <link rel="stylesheet" type="text/css" href="css/header.css"/>

  <link rel="stylesheet" type="text/css" href="css/index.css" />

  <link rel="stylesheet" type="text/css" href="css/footer.css"/>

  <link rel="stylesheet" href="common/jquery/css/jquery.ui.all.css">

  <script src="common/jquery/js/jquery-1.8.2.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.core.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.widget.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.button.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.position.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.menu.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.autocomplete.js" charset="utf-8"></script>

  <script src="common/jquery/js/jquery.ui.tooltip.js" charset="utf-8"></script>

  <link rel="stylesheet" href="common/jquery/jquery/css/demos.css">

  <link rel='stylesheet' type='text/css' href="common/form/css/form.css" />

  <!--javascript-->

  <script language="javascript" type="text/javascript" src="js/highcharts/highcharts.js"></script>

  <script type="text/javascript" src="js/my97datepicker/wdatepicker.js"></script>

  <script language="javascript" type="text/javascript" src="js/misps/index.js"></script>

 </head>

繼續閱讀