CSS3 Support For IE 6-7-8: IE-CSS3
14
Jun
// php the_time('Y') ?>
There are various solutions for adding CSS3 support to Internet Explorer and here is another one that works pretty good.
IE-CSS3 is a script (.htc file) which can be mentioned within the CSS file (like behavior: url(ie-css3.htc);) and enables IE to support:
- border-radius
- box-shadow
- text-shadow
properties (which are the most popular ones).
It simply rebuilds the elements -which IE-CSS3 is applied- with VML (an IE-specific vector drawing language).
In order to prevent the script break the output in other browsers, it is definitely a good idea to use it in IE-specific CSS files.
Compatibility: Internet Explorer 6-7-8
Website: http://fetchak.com/ie-css3/
Via: http://aext.net/2010/04/css3-ie-support/
Website: http://fetchak.com/ie-css3/
Via: http://aext.net/2010/04/css3-ie-support/
- Tags:
CSS3 IE
- Filed under: Design, Other License, Xhtml & Css
- 8 Comments
















8 Responses for "CSS3 Support For IE 6-7-8: IE-CSS3"
This is very good post….. I was looking for one like this…
Thanks for posting
Very cool! Thanks a lot for this!
This solution have many problems if in the same page there are also Jquery.
This is very nice idea, thanks
I have tried this .But it does not work . any one suggest me the solution for Css3 properties to work in all versions of IE
This file contain lots of problem when jquery code works togather
@balamurali,
Check out Modernizr: http://www.webresourcesdepot.com/better-html5-css3-usage-by-detecting-browsers-capabilities-with-modernizr/
Please tell me why ?
Css border-shadow in ie 6-7-8 no working.IE9 ok
who knows please tell me
i can not how to do and why