IE8 CSS樣式相容性清單

2022-02-25 16:09:07 字數 1774 閱讀 3273

ie8對於css2.1是完整支援的,對於css3則只是部分支援。下文中只列出ie8完全支援及完全不支援的樣式,對於。

注:下文中的e、f均指html標籤名,如p,img等。

支援:@charset, @import, @media, @page, @font-face

支援:.value, #value, e, *

支援:[att=val], [att], [att|=val], [att~=val]

支援:e + f, e > f, e f(css2.1)

支援:e ~ f (css3)

支援::active, :first-child, :focus, :hover, :lang(c), :link, :visited,@page:first,@page:left,@page:right

支援::after, :before, :first-letter, :first-line

支援:!important

不支援:transform全系列, perspective全系列, backface-visibility

不支援:animation全系列

支援:border系列(除了border-break, border-image, border-radius), caption-side, clear, empty-cells, float, margin全系列, padding全系列, table-layout

支援:color, background, background-attachment, background-color, background-image, background-position, background-repeat

支援:direction, font, font-family, font-size, font-style, font-variant, font-weight, letter-spacing, line-height, text-align, text-decoration, text-indent, text-transform, unicode-bidi, vertical-align, white-space, word-spacing

支援:content, counter-increment, counter-reset, quotes

支援:list-style全系列

支援:bottom, clip, display, height, left, max-height, max-width, min-height, min-width, overflow, overflow-x, overflow-y, position, right, top, visibility, width, z-index

支援:orphans, page-break-after, page-break-before, page-break-inside, widows

不支援:transition全系列

支援:cursor, outline, outline-color, outline-style, outline-width

不支援不支援

支援:, , ,

支援:, code

支援:rect()

支援:url(), counter(), attr()

不支援支援: (names), (#rrggbb or #rgb), (rgb(r,g,b)), (system colors), transparent

支援:auto, inherit

units 單位

支援:px, pt, pc, cm, mm, in, em, ex, %

IE8 CSS 樣式相容性清單

最近部門業務 需要考慮ie8的相容性,剛好查到msdn上有ie系列瀏覽器對css相容性的完整清單,把其中ie8部分的內容翻譯了出來,作為備忘。正文分割線 ie8對於css2.1是完整支援的,對於css3則只是部分支援。下文中只列出ie8完全支援及完全不支援的樣式。注 下文中的e f均指html標籤名...

IE8 CSS相容性記錄

對ie8 ie7 ie6 firefox2.0.0.12做了簡單的一些css hack測試。下文中的 ie8 暫時僅代表ie8 beta1 css定義 p xhtml結構 文字 主要是測試 文字 這個顏色在不同瀏覽器下使用hack的一些結果報告 html p 支援 ie6 不支援ff ie7 ie8...

為 IE 編寫相容性樣式

由於眾所周知的原因,儘管 ie 非常傻 x 但依舊存在很大的市場,所以必須為 ie11 編寫一些特殊樣式,才能讓專案成功執行 在此 media中編寫的樣式,只有在 ie11 才會生效 media screen and ms high contrast active ms high contrast ...