解決CSS各種IE各種相容問題(Google解決方案)

來源:互聯網
上載者:User

標籤:http   io   java   問題   sp   on   html   c   javascript   

google的

ie7 – js中是一個JavaScript庫(解決IE與W3C標準的衝突的JS庫),使微軟的Internet Explorer的行為像一個Web標準相容的瀏覽器,支援更多的W3C標準,支援CSS2、CSS3選取器。它修複了許多的HTML和CSS問題,並使得透明PNG在IE5、IE6下正確顯示。

使IE5,IE6相容到IE7模式(推薦)

 <!–[if lt IE 7]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE7.js” type=”text/javascript”></script>

 <![endif]–>

使IE5,IE6,IE7相容到IE8模式

 <!–[if lt IE 8]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE8.js” type=”text/javascript”></script>

 <![endif]–>

使IE5,IE6,IE7,IE8相容到IE9模式

 <!–[if lt IE 9]>

 <script src=”http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js”></script>

 <![endif]–>

解決CSS各種IE各種相容問題(Google解決方案)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.