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.
