Stan
Stan is a single Javascript file containing several pre-IE9-compatibility libraries. I put this together while working on Smood and thought it would be helpful to you if you don't want your modern CSS layout to look like a hot mess in old IEs.
Stan contains:
- IE9.js and ie7-squish.js for fixing many HTML and CSS issues and making transparent PNGs work correctly
- DD_roundies for border-radius support
To use Stan in your own project, include these lines in your HTML:
- Floatacious for CSS2.1 float rendering
<!--[if lt IE 9]> <script type="text/javascript" src="http://stan-js.googlecode.com/hg/version/0.1/stan.min.js"></script><![endif]-->A word of warning: Stan and Floatacious will trigger hasLayout on elements. This is mostly harmless but can affect the layout of surrounding elements as margins are reset in an unpredictable way.
Many thanks to Drew Diller, Dean Edwards and John Resig for their respective works of DD_roundies, IE7.js, and jQuery.
via code.google.com
Patches up problems in IE 5.5, 6, 7, and 8.