Is there any JavaScript or CSS framework that adds CSS3 support to IE6, like html5shiv for HTML5 in IE6?
e.g: filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
I found some filters but IE6 is getting hung by that code as the site has around 2000 lines of HTML code and 3000 lines of CSS code.
You’re looking for CSS3Pie.