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 How to Make a Website Adding Pages to a Website Style New Pages

Profile photo displaying differently in Firefox and Safari.

I found that the profile photo was not centered under the header as in the video, but it was sitting to right of it. This questions was however answered here already: the header is floating. So this behavior was expected. But: in Safari it is not necessary to clear the image. It is sitting under the header as shown in the video (I suspect Nick was using Safari, too).

Any explanations?

Regards, Martin

Jordan Hill
Jordan Hill
3,167 Points

There's an issue with Firefox that displays it improperly. It might be the same for Safari too. You need to add a clear: both; statement to the top of your profile-photo class. :) Hope that helps, it worked for me.