Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

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

  • 3 απαντήσεις
  • 12 έχουν αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από 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.