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 CSS Layout Techniques Display Modes Block vs. Inline Elements

Pavle Lucic
Pavle Lucic
10,801 Points

Margin collapsing issue

Guil Hernandez said something about margin collapsing issue, that happens in various scenarios.

Does someone know what these scenarios are?

2 Answers

Pedro Trindade
Pedro Trindade
15,566 Points

Here's a good article on margins that adresses margin collapse.

http://css-tricks.com/almanac/properties/m/margin/

Hope it helps.

Philip Enchin
seal-mask
.a{fill-rule:evenodd;}techdegree
Philip Enchin
Full Stack JavaScript Techdegree Student 24,726 Points

Yeah, that definitely helps. Guil's explanation left me ever so slightly confounded, so I was glad to have found your answer above. Thanks :)