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
Emmanuel Rojas
6,994 PointsHi I am pretty new coding I am working on a small project. It is working properly except if I open it with IE
Hi, I am pretty new coding I am working on a small project. Styles are working properly except if I open it with internet explorer. I am just creating a header with a simple color solid, a solid border and 3 images. I just added some CSS styles very simple.
Is there something I need to know about Atom or about IE?
Help me, please.
2 Answers
Steven Parker
243,228 PointsYou may want to check the resources you are using with Can I Use? to see if any of them are not implemented on all the browsers you intend to support.
For example, if you were using CSS grid layout, this Can I Use page shows you that the current implementation is not supported by IE.
Emmanuel Rojas
6,994 PointsI am just creating a header with a simple solid color, a solid border, and 3 images. I just added some CSS styles very simple.
Steven Parker
243,228 PointsSimple stuff should work on any browser. Post your actual HTML and CSS code here to facilitate further analysis.
And use the instructions for code formatting in the Markdown Cheatsheet pop-up below the "Add an Answer" area.
Or watch this video on code formatting.
Emmanuel Rojas
6,994 PointsI am trying to create the mobile version first, this is the code
Steven Parker
243,228 PointsI looked at that URL in Chrome and IE and didn't see anything significantly different.
Adnan Pozegić
12,789 PointsAdnan Pozegić
12,789 PointsCan you tell us what are you trying to accomplish with it? Sometimes IE doesn't support newer features, or it might need to be written differently.