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

Jose Platas
Jose Platas
19,745 Points

Fixing the problem for IE 7 and IE8

Although i agree and understand that IE 7 is dead right now some of the computers in my organization still have Internet Explore 8 which is why is important for websites to work in that browser.

I understand that the reason why it has displays problems is because IE 7 and IE8 do not support HTML5 so it does not recognize the tags nav, section, main, or even footer.

I know that there is a patch using javascript that will fix this problem. Is there anyway that you guys could put it here so that people can see it?

Thank you

2 Answers

Hi,

just spotted your post and was alarmed so took a look here it got worse even IE9 isnt good, quite a frightening fact really.

Why are they allowed to lag so far behind the other browsers, it makes things more difficult for us as developers and designers which gets looped round to affect the users which we are all in this for ....

I'm not sure what is the best way to combat this and have not know of the issue hopefully a MOD or Teacher can pick up o this and enlighten me to the best solution.

Craig

I would suggest checking out http://modernizr.com/.

"Modernizr runs through a little loop in JavaScript to enable the various elements from HTML5 (as well as abbr) for styling in Internet Explorer. Note that this does not mean it suddenly makes IE support the audio or video element, it just means that you can use section instead of div and style them in CSS"