the acidfree.css file contains the following invalid CSS
/* line 64 AND line 71*/
display: inline-block;
NOTE: inline-block is not a valid value for the display property.
The value must be either 'inline' or 'inline-table' as those are the only other values containing the word 'inline'
These bugs were found by perusing the script error sidebar window in firefox.
( firefox ROCKS! )
ALSO:
Firefox also detects numerous other .CSS file errors within the standard theme .css fies and within the .css files that come with various other contributed modules.
Comments
Comment #1
vhmauery commentedIf you change them to inline, it works fine in firefox, but the whole span hack was made for IE. Does it work in IE if you change it to inline?
Comment #2
vhmauery commentedneither inline nor inline-table make it work in IE. And despite the invalid property value, it works fine in firefox. So, while IE blows goats and firefox rox, we are stuck with broken css.
Comment #3
sprite commentedWhen I filed this bug report, I was running firefox and debugging my own themes. I primarily reported it for informational purposes. Firefox tools display the problem as invalid CSS. I use firefox and I pretty much boycott IE. I didn't check whether functionality was affected in either browser or in any other browser.
Good luck ...
Comment #4
vhmauery commentedIf you are a themer, I am accepting ideas for a new default theme. There are only two criteria -- it has to look good (I am the judge :->) and it has to work well in IE and Firefox (I hate IE too, but the majority of people in the world still use it and I want Acidfree to work well).
If you have something up your sleeve that looks great and doesn't require broken CSS to work right, please share. :)