I am currently working on a static website project, which is using html5, css3 and the bootstrap framework. In Firefox everything looks great, but in Internet Explorer 8 the site is totally damaged.
Two things are not working properly:
- The main menu is not available
- the teaser boxes are falling out of the layout.
I have already tested the following standard failures:
- website is running in compatibility mode for Internet Explorer
- HTML5shiv.js and respond.js are stored on my own server and not loaded via cdn
- I have set alerts to check that all scripts are running
- HTML is valid
- Site run in Standards mode and not quirks mode
I have tried to find out what is happening with the site with these tools:
- IE debugger
- additionally check it with IETester
- Firebug
Do you have any suggestions?
My project can be viewed here.