It WORKS ! I couldn’t believe what I’ve seen while I tried this script . Now You can use CSS3 and you can make it working in Internet Explorer 6, 7 and 8 .
Yes ! It actually Worked . IE-CSS3 is a script to provide support for CSS3 Styles to work on Internet Explorer All Versions from 6 to the latest version IE8 .
You Can Try a Demo I’ve worked on it .
All you have to do is writing your normal css3 code & adding another simple line of code for inserting the script like the following:
.box{
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Chrome & Safari */
border-radius: 10px; /* Opera 10.50 & IE9 , Also Works for IE-CSS3 the Script */
behavior: url(ie-css3.htc);
}
Download The Script & Get More Info About How to use it : CSS3 Support in Internet Explorer 6, 7 and 8
Thanks to Ahmed Abdul Mon’em for his quick note about the script in his Blog (Arabic) .
