As per Marc's previous email, he's saying there may be issues when you leave out the protocol (http://) from the url of the shim .js file - so in this this line try working in the http://
<script src="NoAuth/js/ie-shim-html5.js"></script> - not sure how you do this with a relative url - anyone? Or maybe it needs to be an absolute url? Rick On Wed, Mar 7, 2012 at 12:49 PM, Len Jaffe <[email protected]> wrote: > I have page, on which I'm declaring <!DOCTYPE html> and employing the > HTML5 IE6-8 shim. > > This setting makes IE6 look good with Bootstrap, but makes Chrome and > FireFox fail to use any of the styles from bootstrap.css. > When I take the doctype declaration out completely, Chrome and FF render > correctly but IE8 has problems (e.g. shifted left, and odd sizing on radio > buttons). > > Does anybody have the magic sauce that will give me all three working at > the same time? > > Thank you. > > Len. >
