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

Ian Rowse
Ian Rowse
1,815 Points

Browser Specificity

During this lesson, I continually ran in to the same problem. When previewing, my profile picture would appear in the upper right hand corner of the browser window, off screen. I asked my dad and he tried previewing the page in safari (I was working in Firefox) and the image appeared in the middle of the screen like it should have. my question is, how does the browser affect the appearance of the product.

1 Answer

xenon thong
xenon thong
3,952 Points

Simply put, each browser has its own rendering engine, hence the differences. Normally, to filter out these kind of differences, i'll usually use normalize.css to do a reset for certain elements which may have a certain property added to it by the browser.