Mozilla Firefox browser not load the style sheet

I converted the client website into responsive website so shifted the maximum internal and inline css code into external stylesheet so i can target the element as per screen sizes.

here is the client website Photovoltaiksolarstorm.com

Read More

Website work fine on every browser chrome, opera, safari and others but on mozilla it doesn’t load exact css file seems like file is loaded somewhere on server cache so i cleared my browser cache completely and client asked the server host for cache issue but they said everything is fine her still the problem occured. i am sharing screenshot of website one area there are many like that but i hope one can debug from there:

Right screenshot from chrome: http://www.photovoltaiksolarstrom.de/photovoltaik-rechner – page link
http://www.photovoltaiksolarstrom.de/photovoltaik-rechner

right screen shot of mozilla browser.
enter image description here

Website is on wordpress, i shifted it to bootstrap. please let me know what is the issue there.
Many thanks.

Related posts

1 comment

  1. I think it’s a parsing error. Right above your rechner-paratop class there is the following line:

    .author{font-style:italic;color:#222222;"}
    

    The quote " at the end right before the closing bracket is clearly wrong. This might stop some browsers from properly parsing your CSS.

    Edit: Taking a closer look at your CSS clearly shows that there are more validation problems.

Comments are closed.