#IE6 fixes for Twitter BootStrap v2
This work is based on the initial work of Jonathon Joyce (http://www.jonathonjoyce.co.uk/2012/02/02/twitter-bootstrap2-ie-compatibility-fixes/)
Make sure when using this to use conditional IE statements in your HTML (just BEFORE the </head> tag), eg:
<!--[if IE 6]>
<link href="ie6.min.css" rel="stylesheet>
<![endif]-->
Again, use a browser conditional statement to include the ie6.min.js if IE or add the following after all the JS on the page, ideally just before the </body> tag:
<script type="text/javascript">
There is a sample page - sample-typeahead.html
Copyright Twitter 2011 http://twitter.github.com/bootstrap/index.html