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

I think the issue with I.E 8 and bellow not working responsively is...

is because any i.e browser bellow I.E 9 doesn't support Media Queries and other responsive elements. which sucks... do you know of work a rounds that will fix the layout for these older browsers? out side of the if else conditions for specific .css?

1 Answer

Orestis Pouliasis
Orestis Pouliasis
5,561 Points

http://www.w3schools.com/browsers/browsers_stats.asp About 10% of the WHOLE internet is using IE (2014- Q1 2015), so if it's too complicated to fix it (I really can't help you with your code) you can postpone it. Generaly, IE is a very bad browser in many terms (reduced compatibility, security problems etc), and not many people use it.

mrx3
mrx3
8,742 Points

Just curious about something. Can Jquery help with this, and isn't Jquery usually compatible with version of IE all the way down to IE6?

Orestis Pouliasis
Orestis Pouliasis
5,561 Points

I really can't say anything, I am completely ignorant of CSS.