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

Mikey Neilson
seal-mask
.a{fill-rule:evenodd;}techdegree
Mikey Neilson
Front End Web Development Techdegree Student 12,642 Points

Cross browser?

Hi iv just got back project 2 i passed with exceed expectation, but my problem is the code reviewer said that my index.html page does not adjust in firefox which it does not. how will i adjust my code for it to work in all browsers? Is there a fix for this? Here is a link to my code https://github.com/mikeyfz6/treehouse-project2/

Can you describe what's not happening in firefox that is supposed to happen? And is this limited to the index page?

3 Answers

Tomas Pavlik
Tomas Pavlik
26,726 Points

Hi, Mikey, try using normalize.css (type it into google). It resets all browser default styles.

Mikey Neilson
seal-mask
.a{fill-rule:evenodd;}techdegree
Mikey Neilson
Front End Web Development Techdegree Student 12,642 Points

Hi Tomas , I am using normalize.css currently in my project. Iv tested in Chrome ,IE and Firefox. Its only Firefox its not working in, I could just move on as i got a pass with my project but i would like to correct it for my own peace of mind. I will keep hunting for a solution. Many Thanks anyways :)

Mikey Neilson
seal-mask
.a{fill-rule:evenodd;}techdegree
Mikey Neilson
Front End Web Development Techdegree Student 12,642 Points

Hi Jason my index.html is to flow fluidly from desktop view to tablet view down to mobile view, as i said in my question works fine in chrome and IE. But in Firefox it seems to switch down to tablet view but stays there and when i reduce screen size even smaller just the left side of the screen is only visible in viewport. Yes it is limited to the index.html as i have a contact.html and that flows fluidly down through the media queries nicely across the three browsers iv tested it in. Many thanks for your reply to this :)