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
- 3 Comments
Related Posts


















3 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.