参考:http://blog.mach3.jp/2010/09/ie9js-clearfix.html
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/trunk/lib/IE9.js"></script>
<![endif]-->
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/trunk/lib/ie7-squish.js"></script>
<![endif]-->
ただし、CSSの擬似セレクタである「:last-child」はie8で効きません
参考:http://ameblo.jp/web-worker/entry-11193270770.html