CSS Works in Chrome but not Firefox

193 views Asked by At

I've been working on a school project and i've made this layout quickly and I have no idea why this layout works perfectly on Chrome but crashes completly in Firefox! Does anybody have an idea what it could be?

Here is the site: www.demo.filipsukic.com

2

There are 2 answers

0
Filipe Pereira On BEST ANSWER

For a quick fix, add the class "clearfix" to all your section tags.

0
Koushik Ravulapelli On

This may fix your problem.

Make sure that the type on your stylesheets needs to

be like:

<link type="text/css" href="/css/style.css" rel="stylesheet">

not like:

<link type="/text/css" href="/css/style.css" rel="stylesheet">

Removing the / at the beginning.