Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

I need a firefox fix for my website many of my clients use firefox but they cannot properly view my site liberatemenow.com but it looks fine in other browsers

  • 2 odgovora
  • 1 ima to težavo
  • 12 ogledov
  • Zadnji odgovor od cor-el

more options

I need a firefox fix for my website many of my clients use firefox but they cannot properly view my site liberatemenow.com but it looks fine in other browsers

I need a firefox fix for my website many of my clients use firefox but they cannot properly view my site liberatemenow.com but it looks fine in other browsers

Vsi odgovori (2)

more options

Try fixing the errors that the W3C validator found on your website to make it standards compliant. You have alot of hanging tags, empty tags, incorrect markup, etc.

http://validator.w3.org/check?uri=http%3A%2F%2Fliberatemenow.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

more options

This looks like being caused by a stray single quote (Bree+Serif') in the style.css file thatcauses Firefox to skip this entire file (only 2 rules)

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif');