I have an div I am viewing in Firebug:
One section has:
display: block;
Elsewhere, there is:
display: inline !important;
I would have thought that the inline would have overriden the block, but neither attribute is crossed out by Firebug.
I have a text input inside the div that can't be clicked in Firefox (works in Chrome). If I cross out either display value, then it works. So it seems both are applied.
So is display: block and display: inline combined into display:inline-block?
display: blockelsewhere on the same element that is crossed out. So maybe there is a bug with Firebug