I am working on a teaser microsite to briefly explain responsive design to unprofessionals.
Everythings is going fine with the browser’s interpretation. Also for Mobile Safari.
But as usual: Microsoft’s scourge of humanity, the Internet Explorer is $*#§ing up. In this case it concerns to Version 8. For Version 9 everythings’s ok.
IE 8 does not show the fixed navigation and so the user cannot slide from screen to screen.
I have been looking for a solution quite a while, but I could not find. Perhaps you can help me out.
The site can be found under:
http://www.nerdcraft-design.de/teaser/
Thanks in advance.
Pretty sure this is just a positioning issue – IE gets confused easily so its best to be explicit – try just adding
left: 0;to the nav 🙂