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 trialKonstantin Nikkari
5,185 PointsDiv is sometimes positioning over another. I don't want this.
Hello,
I have multiple divs representing my team in site raccoonbox.com. For some reason the divs jump over each other from time to time. I can't find the issue. Please help me.
If you don't see the problem try typing raccoonbox.com in your browser till you get the overlapping.
Please see the attached image https://ibb.co/icRaS5
Athena Ozanich
Front End Web Development Techdegree Graduate 29,847 PointsYes exactly! Relative position should fix your problem if it doesn't comment back.
1 Answer
Ethan Roode
6,675 PointsChanging the position to relative should work opposite to absolute.
Kate Ross
Full Stack JavaScript Techdegree Student 19,434 PointsKate Ross
Full Stack JavaScript Techdegree Student 19,434 PointsTry making your div positions relative rather than absolute.