There are several helpful JavaScripts and .htc behaviors that patch over the holes & buggy features in Internet Explorer's rendering engine. It seems most of them have some overlapping or incomplete feature support and it's hard to decide what to use:

Please add to this list if you have any more: this is a community wiki.

Which are your preferred scripts? What are the benefits & limitations & gotchas?

Update: these scripts are now commonly called "Polyfills"

link|improve this question
3  
My favorite is a script which displays the following message to the user: "Download Firefox." ;) – Dan J Sep 11 '10 at 0:01
feedback

3 Answers

Not a script, but probably worth mentioning the Google Chrome Frame plug-in:

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:

  • Start using open web technologies - like the HTML5 canvas tag - right away, even technologies that aren't yet supported in Internet Explorer 6, 7, or 8.

  • Take advantage of JavaScript performance improvements to make your apps faster and more responsive.

link|improve this answer
feedback

HTML5 Shiv: HTML5 IE enabling script.

But basically, these scripts get the work done, but at the cost of performance issues and such. There are some acceptable workarounds such as using "PNG8 alpha transparency" as a replacement for PNG fix. It's just a matter of project type.

link|improve this answer
feedback

I suggest also Blueprint CSS

http://www.blueprintcss.org/

Quoting their website..

What does Blueprint have to offer?

* A CSS reset that eliminates the discrepancies across browsers.
* A solid grid that can support the most complex of layouts.
* Typography based on expert principles that predate the web.
* Form styles for great looking user interfaces.
* Print styles for making any webpage ready for paper.
* Plugins for buttons, tabs and sprites.
* Tools, editors, and templates for every step in your workflow.
link|improve this answer
This is not a polyfill. It does include a "reset" stylesheet, but it doesn't address any features missing from IE. – Andrew Vit Oct 27 '11 at 0:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.