Using Twitter Bootstrap 2? Want it to look half useable in IE6? Use these quick wins…

After seeing how amazing Twitter Bootstrap has become, i decided to write in some IE6 compatibility fixes. If i have any hope of getting to use it for a project at work then it must be IE6 friendly (bloody educational institutions!) Some very non magical CSS: /* IE6 'Compatability' fixes */ body {background:#ffffff;background-image:none;padding:0;} /* Nav Fixes */ .navbar {background:#333333;} .nav-collapse {width:auto;} .nav li {display:inline;} .nav li a {padding:10px;display:block;width:auto;float:left;color:#cccccc;} .nav li a:hover...

read more