当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

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.

詳しく学ぶ

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

Warning: Error in parsing value for 'line-height'. Declaration dropped. Source File: http://www.theclinics.com/

  • 3 件の返信
  • 12 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: dahweeds

more options

Warning: Error in parsing value for 'line-height'. Declaration dropped. Source File: http://www.theclinics.com/webfiles/includes/css/platform/master.css Line: 6119

Warning: Error in parsing value for 'line-height'. Declaration dropped. Source File: http://www.theclinics.com/webfiles/includes/css/platform/master.css Line: 6119

すべての返信 (3)

more options

You can ignore (CSS) errors in the Tools > Error Console.
Those errors are only useful if you develop websites and want to check the HTML/CSS and JavaScript code for errors.
Most errors are code for other browsers like IE or browsers on other platforms or just typos or the result of bad coding.


Clear the cache and the cookies from sites that cause problems.

  • "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
  • "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
more options

Thank you but the problem persists

more options

Well this was happening to me when my firefox loaded a website with a third party skin that installed by another coworker.

The reason was that the line-height value was written with backslashes.

It looked like this:

 /* IE 8 Hack */ line-height: \12\ /; 

I think it was a mistake caused by some upload or another, or maybe there was a comment there which was removed previously. The only reason I post the problem is to show that you may have to carefully check the value.

As the error mentions "Error in parsing value"

It does not mean the FF had any problem with the property (line-height), which is what I first concluded.