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

Ruby

Matthew Reed
PLUS
Matthew Reed
Courses Plus Student 17,986 Points

Treebook CSS and Javascript

Whenever I try to add a new status or view a status the padding at the top of the body does not show up. Also when I go back to the All Statuses page the hovering functionality no longer works. It looks to me to have something to do with AJAX but I'm not sure. Any help is appreciated.

2 Answers

Brandon Barrette
Brandon Barrette
20,485 Points

It should have nothing to do with Ajax. I suggest using chrome or firefox, right click and "inspect element", look at the CSS and see what's causing the padding to adjust. Likely, there is some code overwriting other code.

Matthew Reed
PLUS
Matthew Reed
Courses Plus Student 17,986 Points

I tried that and didn't see anything. I'll check it again when I get a chance. Thanks.