DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML和Xhtml >> html頁!--[if IE]...![endif]--使用詳細介紹
html頁!--[if IE]...![endif]--使用詳細介紹
編輯:HTML和Xhtml     

復制代碼代碼如下:
<!--[if IE]><script type="text/javascript" src="resources/scripts/jquery.bgiframe.js"></script><![endif]-->

用上面這段代碼,只有使用IE時加載jquery.bgiframe.js。這點很重要,因為你什麼都加載的話會浪費帶寬,打開頁面速度就會慢!如果專對IE6就改成if IE6。

復制代碼代碼如下:
<!--[if IE 6]>
<script type="text/javascript" src="resources/scripts/DD_belatedPNG_0.0.7a.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.png_bg, img, li');
</script>
<![endif]-->

或者解決ie不同版本布局問題,下面僅僅在ie7中加載ie.css

復制代碼代碼如下:
<!--[if lte IE 7]>
<link rel="stylesheet" href="resources/css/ie.css" type="text/css" media="screen" />
<![endif]-->
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved