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 trialBryan F
6,468 PointsCSS 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
7,411 PointsHave you tried clearing your cache?
Bryan F
6,468 PointsHi,
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
7,411 PointsIt 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
6,468 Pointsbut that would just clip the part of the image that is overflowing...
Bryan F
6,468 Pointsfigured it out. In my CSS i had the element for image misspelled. Thanks for the help!
Ian Blair
7,411 PointsHaha no problem. Typos are a killer.