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 Styling Web Pages and Navigation Style the Portfolio

Bryan F
Bryan F
6,468 Points

CSS LAYOUT NOT WORKING IN CHROME, FIREFOX

I'm wondering why the CSS column layout example for # gallery li in Track 5 Styling Web Pages and Navigation is working fine in Internet Explorer but not in Chrome and Firefox. Suggestions, anyone?

6 Answers

Ian Blair
Ian Blair
7,411 Points

Have you tried clearing your cache?

Bryan F
Bryan F
6,468 Points

Hi,

Yes, just did that and it didn't change anything. The paragraphs are adjusting within their containers fine, but images are overflowing their containers. Only Explorer is displaying the images correctly, for some reason.

Ian Blair
Ian Blair
7,411 Points

It could be because you don't have the proper image size for the containers. On the images you could set the overflow property to hidden in your CSS.

Bryan F
Bryan F
6,468 Points

but that would just clip the part of the image that is overflowing...

Bryan F
Bryan F
6,468 Points

figured it out. In my CSS i had the element for image misspelled. Thanks for the help!

Ian Blair
Ian Blair
7,411 Points

Haha no problem. Typos are a killer.