Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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 件の返信
  • 1 人がこの問題に困っています
  • 12 回表示
  • 最後の返信者: 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

すべての返信 (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');