I am using Crossrider to develop a cross-browser extension. The extension injects a CDN hosted version of Twitter Bootstrap into the page and uses it as the foundation for which many of the components injected by the extension are styled. So far, I've tested this extension on Google Chrome, Mozilla Firefox, and Internet Explorer.
As usual Chrome and Firefox render the components no problem. However, IE9 styles the injected components terribly. Compare how the page should look: Google Chrome, to how it renders in IE9: Internet Explorer.
Does anyone know why IE renders the components so poorly? Visiting the Bootstrap website on IE9, everything looks fine.
Thank you for your time.