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

Box model issue

Hi All,

I was just play around with an layout and I'm having a problem.

My header element is pushed right to the top of the container

http://codepen.io/anon/pen/CslkH

I'm missing something but I cant think what!

Please help guy's

2 Answers

I was missing

overflow:auto;

Jacob Miranda
Jacob Miranda
19,080 Points

I believe you're missing the position property. Make sure you use the proper position. The default position is static. I only checked the code on my phone so I may have missed something.