相容IE8及其以下的瀏覽器
阿新 • • 發佈:2019-02-12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible"content="IE=EDGE"> //以最高瀏覽器核心開啟
</head>
//如果是IE9以下 匯入相容檔案
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.min.js"></script>
<script src="lib/js/respond.min.js"></script>
<![endif]-->
//解決IE圓角問題
<!--[if lt IE 9]>
<style type="text/css">
#MainIframe{
border-radius:26px 0px 0px 0px;
behavior: url(lib/css/PIE.htc); //絕對路徑
}
</style>
<![endif]-->