This is an old revision of the document!
inline-block
Firefox versions prior to 3.0 will not recognize the css display property value of “inline-block”. The workaround is to use a mozilla specific value before listing inline-block:
display: -moz-inline-box; display: inline-block;