April 27, 2010
CSS3 in IE 6, 7 and 8 !!
CSS3 in IE 6, 7 and 8 !!
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) .
7 COMMENTS
  • Pingback: uberVU - social comments

  • http://www.micky2be.com micky2be

    It seams you don’t know yet what CSS3 can do because this hack doesn’t do much for IE.
    What about transform, box-reflect, gradient, transition, background-size, …?

  • http://www.ihisham.com Hisham Sadek

    I know what CSS3 can do .. but at least you can now have some css3 features that we always use but we can't use it in IE like the rounded corners which will save too much time to use the rounded corners jQuery plugin or creating an element with 4 small rounded-corner images ..

  • http://twitter.com/ABDOSABRY ABDALRHMAN SABRY

    thaaaaaaaaaaaanks

  • Pingback: CSS 3 Features | Wrought Hosting and Design

  • Admin

    realy thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanx you make my day

  • http://www.alfystudio.com Ahmad Alfy

    I’ve been using CSS3PIE for a year so far and the results are astonishing …
    It gives you border-radius, box-shadow, and background-gradient … Combine it with Selecitvizer you get a perfectly working IE
    Not just an .htc file but also javascript version is available … so you can attach the CSS styles to elements created on the fly after the DOM is ready.

    Try CSS3PIE … its much better :)

    http://css3pie.com/

Switch to our mobile site