Pretty self explanatory. I have an input button. It has text. It has a css class. The css class has the attribute “text-decoration:underline;”. The underline does not show up in firefox. I tried adding “!important” to the attribute but to no avail. Apparently this is a known issue. Anyone know a workaround?
Share
Apply
position: absolute,display: block, orfloat: leftto the button. (display: blockrecommended.) Don’t ask why.You may also notice that Firefox will render the underline in quirks mode.