Is there any CSS 3 property supported in IE7, by default? I mean is there any css 3 properties supported in IE 7 which we can use without the use of Javascript.
+4
A:
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
Jim Lamb
2010-06-11 17:57:03