Previous Message
Next Message

Firefox 1.5 problem with display: inline-table?

Sent by Pringle, Ron on 11 January 2006 17:05


I've noticed since upgrading to Firefox 1.5 here at work that I get an error message whne viewing my
site, that I didn't get before.

The message is:

Error: Error in parsing value for property 'display'. Declaration dropped. Source File:
<snip>/default02.css
Line: 1363


Line 1363 is:

..historyclear {display: inline-table;}

A quick check of Eric Meyer's Cascading Style Sheets 2.0 Reference Guide shows that inline-table is
a valid property for display.

Removing the line seems to make no difference in the display of the pages using that class, and
since i didn't comment the rule noting what it was for, I'm at a loss as to why it was there in the
first place.

The complete set of rules for that class are:

..historyclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

..historyclear {display: inline-table;}

/* Hides from IE-mac \*/
* html .historyclear {height: 1%;}
..historyclear {display: block;}
/* End hide from IE-mac */


Anyone have any insight into what thar rule might have been for and why all of a sudden it doesn't
appear to be valid in FF 1.5?

Ron
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: