Using CSS, I'm trying to specify the height of a SPAN tag in Firefox, but it's just not accepting it (IE does, funnily enough).
Firefox accepts the height if I use a DIV, but the problem with using a DIV is the annoying line break after it, which I can't have in this particular instance.
I tried setting the CSS style attribute of:
display: inlinefor the DIV, but Firefox seems to then revert to SPAN behaviour anyway, and ignores the height attribute once again.