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

General Discussion

Browser difference and what to do

Why does this page look so different when I compare 100% zoom with IE and 100% zoom with Chrome..... Chrome makes everything bigger and the three images that align side by side fit in the IE but not in Chrome???

Once I get that figured out, how can I align the images within the main div tag, so there isn't so much white space on one side and not the other?

http://www.1800gotblinds.com/products.php

Thanks in advance, yes, I am still trying to get this right.

4 Answers

ryan champin
ryan champin
16,836 Points

im a little confused by the zoom part but different browsers render css differently....to style a page the same in all browsers you need to use browser prefixes : -webkit, -o, -moz and IE just sucks lol

Regarding the zoom, I mean I have the setting for the browser zoom at 100% for both Chrome and IE. It looks way better in IE!

I have used dreamweaver CC fluid layout and have .fluid { margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;

}

ryan champin
ryan champin
16,836 Points

theres def a diff in color quality between the two lol

Greg Kitchin
Greg Kitchin
31,522 Points

As I remember, all browsers do things differently. I think there's ways to force them to conform to a standard universal view, but you have to take into consideration the fact that some users will have their browsers set to their own viewing options (especially those who are colour-blind, or suffer from visual impairments of some kind).