css -----hack

來源:互聯網
上載者:User

標籤:

1.‘\9’:

    eg:.test { color/*\**/: blue\9 }
.header {width:300px;} /* 所有瀏覽器*/
.header {width/*\**/:330px\9;} /* 所有瀏覽器IE瀏覽器 */
.header {*width:310px;} /* IE7和IE6能識別,IE8和FF不能識別*/
.header {_width:290px;} /* IE6能識別,IE7、IE8和FF不能識別*/

 

2.利用條件備註陳述式:<!–[if IE]> 此內容只有IE可見 <![endif]–>         

                lt 表示less than 當前條件版本以下的版本,不包含目前的版本。

                gte 表示greeter than or equal 目前的版本以上版本,並包含目前的版本。

                lte 表示less than or equal 目前的版本以下版本,並包含目前的版本。

 

3.其它hack 技術:

.color1{ color:#F00; color/*\**/:#00F /*\**/}/*IE6,IE7,IE8,FF,OP,SA識別*/
.color2{ color:#F00; color /*\**/:#00F /*\9**/}/*IE7,IE8,FF,OP,SA識別*/
.color3{ color:#F00; color/*\**/:#00F \9}/*IE6,IE7,IE8識別*/
.color4{ color:#F00; color /*\**/:#00F\9}/*IE7,IE8識別*//*“color”和“/*\**/”之間有個空格*/

4.

匯總下IE各版本的css hack。

 

 

hack 樣本 IE6(S) IE6(Q) IE7(S) IE7(Q) IE8(S) IE8(Q)
* *color Yes Yes Yes Yes No Yes
+ +color Yes Yes Yes Yes No Yes
- -color Yes Yes No No No No
_ _color Yes Yes No Yes No Yes
# #color Yes Yes Yes Yes No Yes
\0 color\0 No No No No Yes No
\9 color\9 Yes Yes Yes Yes Yes Yes
!important color:blue !important;
color:green;
No No Yes No Yes No

 

標準模式中:

1,減號(-)是IE6專有hack

2,反斜線零(\0)是IE8專有hack

css -----hack

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.