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 Foundations The Box Model Positioning Properties

Maryam Muhammad
Maryam Muhammad
2,284 Points

Absolute Positioning: Top Middle Bottom Box Example

Good day,

I am missing the concept in the video example of absolute positioning in the following video (3:25 - 3:45).

According to the lecture, when absolute positioning is used, the element is completely removed from the normal document flow and the space is no longer honored for that element. However, when absolute positioning is applied to the middle box in the code example, the BOTTOM box disappears instead. What am I missing?

http://teamtreehouse.com/library/css-foundations/the-box-model/positioning-properties-2

Guil Hernandez
Guil Hernandez
Treehouse Teacher

Hi Maryam Muhammad,

The bottom box is still there, it's just covered up by the middle box. :)

Maryam Muhammad
Maryam Muhammad
2,284 Points

That was the missing link for me...thank you, Gil!