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 Positioning Schemes Relative Positioning

Ethan Huang
Ethan Huang
5,348 Points

overflow hidden the relative element when it overflows outside the container

this is useful! I never though about that before!

2 Answers

Joe Hirst
PLUS
Joe Hirst
Courses Plus Student 6,489 Points

Yep,

you can use:

overflow:hidden;

to do some pretty awesome stuff.

Here are some examples you might find useful. http://css-tricks.com/examples/OverflowExample/

Ethan Huang
Ethan Huang
5,348 Points

Thanks, bro. I am new to treehouse. I appreciate the link you provide:)