css - IE7 acronym underline in a fieldset legend -


i have acronym inside of fieldset/legend:

<fieldset>     <legend>         <acronym>foo</acronym>     </legend> </fieldset> 

in firefox gets rendered dotted underline signal user there there if mouseover it.

in ie dotted underline doesn't show up?

i tried forcing in css this:

style="border-bottom:1px dotted #000000 !important;" 

but can't seem show up. ideas?

set acronym's display style inline-block let ie7 show border specify in style.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -