Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Responsive Web Design and Testing Website Testing

Why won't IE display the site properly?

Hi,

I used Browserstack to screenshot all the different formats, and not one single version of IE displayed correctly - from 7 through 11 and on several Windows OS.

Did anyone else come across this?

Thanks

Andrew

3 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,254 Points

It's perfectly normal. Internet Explorer is notorious for not being caught up on all the latest HTML5 and CSS standards, particular the further back you go. But it's the same with all the browsers. The further back through the browser the versions you go the less caught up they'll be.

There are various workarounds such as fillers and shims to deal with the shortcomings of browsers but you're generally at the whim of what browsers people use.

caniuse.com is a great website for getting the most to date information on which features are available in which browsers. :-)

Thanks Jonathan, makes sense!

same problem here IE doesn't want to show my CSS

I think the problem is with using the url in the workspaces window, for some reason beyond my knowledge Windows 8.1 I.E.11 on my mac(I use parallels) would not display my website properly(no css or images) when I tried using the url from the workspaces window and browserstck.com was showing that based on this same public url my site was not compatible with any version of I.E. on Windows 7, 8, or 8.1. This seemed unlikely considering how simple the website actually is. I downloaded my workspace to my desktop and opened my index.html file with Windows 8.1 I.E.11 and it worked just fine. I think the issue may be with the url in the workspaces window, try downloading your project folder and testing your website manually.