FX上不显示按钮标记内嵌套标记的title属性

时间:2013-01-11 09:07:38

标签: jquery html css html5

我使用的是button标记,其中包含一些标记,我想在该标记中添加title属性,但它不起作用。我出于若干原因,我不想在title代码上提供button

问题仅出在Mozilla浏览器中 - 它在所有其他浏览器中运行良好。

<button style="width:150px">
<span class="icon nearby_airport lt"></span>
Nearby Airport
<p>
    <span id="NearBycontract">
        <span class="fpcurrencytext">$</span>
        <span class="fpamount fpMatrixRoundCeil" title="587.81" >587</span>
        <sup>
            <span class="fpamount fpMatrixSuper" title="587.81">.81</span>
        </sup>
    </span>
</p> 

Here is a fiddle

0 个答案:

没有答案