Is there any CSS 3 property supported in IE7, by default?
Is there any CSS 3 property supported in IE7, by default? I mean is there any css 3 properties supp开发者_开发百科orted in IE 7 which we can use without the use of Javascript.
See CSS Compatibility and Internet Explorer on MSDN. The list of CSS3 properties that are supported on IE7 is pretty short:
AT-RULES: @font-face
SELECTORS: namespaced, prefix, substring, suffix, general sibling
ATTRIBUTES: ruby-align, ruby-overhang, ruby-position, text-align-last (partial), text-justify, text-overflow (partial), word-break (partial), word-wrap, writing-mode, overflow-x, overflow-y
精彩评论