Home >Web Front-end >Front-end Q&A >What css3 properties does ie9 support?
CSS3 properties supported by ie9: opacity, background-clip, word-wrap, writing-mode, border-radius, box-shadow, box-sizing, RGBA, HSLA, "@font-face", etc.
The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
IE9 support for CSS3 properties
CSS3 properties | IE9 support | Previous version IE support |
---|---|---|
opacity | Support | None |
multiple backgrounds | Support | None |
background-clip | Support | None |
background-size | Support | None |
background-origin | Support | None |
text-shadow | not support | — |
word-wrap | Support | 5-8 |
Supported | 5-8 | |
Not supported | — | |
border-radius | Support | None |
Support | None | |
Support | 7-8 | |
Support | 7-8 | |
No support | — | |
box-sizing | Support | 8 |
RGBA colors | Support | None |
HSL colors | Support | None |
HSLA colors | Supported | None |
text-stroke | Not supported | — |
gradients | Not supported | — |
transforms | Not supported | — |
transitions | Not supported | — |
outline-offset | Not supported | — |
resize | No Support | — |
@font-face |
support | 5.5-8 |
Support for some uncommon attributes
The following attributes are usually relatively shy. Shy, we don’t use it a lot, but IE9 supports it:
@namespace, text-justify, text-align-last, text-overflow, word-break.
There are many other little-known CSS properties. Since the current version of IE does not support them, they are not listed here.
IE9’s support for CSS3 selectors
See the table below:
CSS3 selector | IE9 support situation | Previous version IE support situation |
---|---|---|
[attribute^=value] | Support | 7-8 |
[attribute*=value] | Support | 7-8 |
[attribute$=value] | Supported | 7-8 |
Supported | 7-8 |
Pseudo classes & pseudo elements supported by IE9
Pseudo classes & pseudo elements not supported by IE9
css video tutorial, webfrontend)
The above is the detailed content of What css3 properties does ie9 support?. For more information, please follow other related articles on the PHP Chinese website!