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 trialErika Richards
6,231 PointsI 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
5,561 Pointshttp://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
8,742 Pointsmrx3
8,742 PointsJust 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
5,561 PointsOrestis Pouliasis
5,561 PointsI really can't say anything, I am completely ignorant of CSS.