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

Hi 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.

Can 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.

2 Answers

Steven Parker
Steven Parker
243,228 Points

You 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.

I 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
Steven Parker
243,228 Points

Simple 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. :arrow_heading_down:
Or watch this video on code formatting.

I am trying to create the mobile version first, this is the code

https://codepen.io/era104/pen/EbBEaq

Steven Parker
Steven Parker
243,228 Points

I looked at that URL in Chrome and IE and didn't see anything significantly different.