Reputation: 1179
For example, border-radius, box-shadow, etc...
I am looking for something that would work on IE6+
Upvotes: 4
Views: 117
Reputation: 17910
FYI
Google Chrome Frame
Google Chrome Frame is an open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer. With Google Chrome Frame, you can:
http://www.google.com/chromeframe?quickenable=true
Upvotes: 0
Reputation: 57322
you can do this by Modernizr (A useful JavaScript tool for implementing CSS3 fallbacks). or CSS3 PIE or Selectivzr
Good reads
Using CSS3: Older Browsers And Common Considerations
Upvotes: 2
Reputation: 13558
Take a look at CSS3PIE. It allows you to add most of the CSS3 functionality in Internet Exploder.
Upvotes: 4
Reputation: 147
I believe you may be looking for something like http://selectivizr.com/
Upvotes: 0