I've got a simple button with a single css-style, like this:
<button style="text-decoration:underline">That's a button</button>
Firebug tells me in the computed styles tab that indeed text-decoration is set to underline. However the Button-text is not underlined, why not? Obviously it's an issue with Firefox (3.6), since Chrome and IE both underline the button-text. Is there some css-workaround for Firefox, or do I have to put the button in an outer div with the text-decoration style?