IE9对CSS3属性的支持情况
| CSS3属性 | IE9支持情况 | 之前版本IE支持情况 |
|---|---|---|
| opacity |
| None |
| multiple backgrounds |
| None |
| background-clip |
| None |
| background-size |
| None |
| background-origin |
| None |
| text-shadow |
| — |
| word-wrap |
| 5-8 |
| writing-mode |
| 5-8 |
| border-image |
| — |
| border-radius |
| None |
| box-shadow |
| None |
| overflow-x |
| 7-8 |
| overflow-y |
| 7-8 |
| multiple columns |
| — |
| box-sizing |
| 8 |
| RGBA colors |
| None |
| HSL colors |
| None |
| HSLA colors |
| None |
| text-stroke |
| — |
| gradients |
| — |
| transforms |
| — |
| transitions |
| — |
| outline-offset |
| — |
| resize |
| — |
| @font-face |
| 5.5-8 |
IE9支持的伪类&伪元素
- :root
- :nth-child(n)
- :nth-last-child(n)
- :nth-of-type(n)
- :nth-last-of-type(n)
- :last-child
- :first-of-type
- :last-of-type
- nly-child
- nly-of-type
- :empty
- :target
- :not(s)
- :enabled
- :disabled
- :checked
- :indeterminate
- ::selection
IE9不支持的伪类&伪元素
- :default
- :valid
- :invalid
- :in-range
- ut-of-range
- :required
- ptional
- :read-only
- :read-write
- ::before
- ::after
- ::first-letter
- ::first-line
- ::value
- ::choices
- ::repeat-item
- ::repeat-index

本文概述了Internet Explorer 9对于CSS3特性的支持情况,包括如透明度、背景图片、文字阴影等属性的支持状态,并详细列出了IE9支持的CSS伪类和伪元素。
121

被折叠的 条评论
为什么被折叠?



