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

JavaScript JavaScript Basics (Retired) Making Decisions with Conditional Statements Introducing Conditional Statements

Chrome is not the savior of the world (wide web).

I was having trouble with some images, floats and media queries. After spending days trying to fix the problem, as a fluke I tried IE. viola!!! problem solved. firefox accepted my code also, opera did not. curls back up in corner and sucks thumb. that is all

Care to share what the issue was?

4 Answers

the problem was when my browser was above 1200px, my media querie was set to bring paragraphs along side of the images they represented. In chrome the paragraphs dropped below the images until I refreshed the page. The exact same thing happened with opera. However in IE and firefox the code responded exactly as i planned.

Hugo Paz
Hugo Paz
15,622 Points

Are you using any kind of CSS reset or normalize css

Usually these help avoiding these situations

yes hugo, i am using normalize.css

mark bernard
mark bernard
1,651 Points

There are definitely some issues Chrome have to sort out, but in terms of user experience I like it a lot more than IE or even Firefox.

Thanks Mark, I guess user experience IS ultimately what it's all about.