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


Tweet This Digg This Add to Delicious Stumble This Reddit This
  • http://www.ubervu.com/conversations/ihisham.com/2010/04/css3-in-ie-6-7-and-8/ uberVU – social comments

    Social comments and analytics for this post…

    This post was mentioned on Twitter by sadekhm: iHisham Post : CSS3 in IE 6, 7 and 8 !! http://goo.gl/fb/USkW9...

  • 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

  • http://www.creloaded-hosting-design.co.uk/blog/2010/05/30/css-3-features/ CSS 3 Features | Wrought Hosting and Design

    [...] articles by ZemantaCSS3 in IE 6, 7 and 8 !! (ihisham.com) Share and [...]

blog comments powered by Disqus