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:

To use Stan in your own project, include these lines in your HTML:
<!--[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.

Patches up problems in IE 5.5, 6, 7, and 8.