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 trialMatt Conlon
2,205 PointsBox 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
Matt Conlon
2,205 PointsI was missing
overflow:auto;
Jacob Miranda
19,392 PointsI 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.