Search Support

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.

Learn More

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

  • 3 replies
  • 12 have this problem
  • 1 view
  • Last reply by 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

All Replies (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.