360兼容模式==ie8 兼容模式下 span标签占位问题

时间:2021-06-21 01:48:12

ie8 兼容模式

360兼容模式==ie8 兼容模式下 span标签占位问题

ie8 标准渲染

360兼容模式==ie8 兼容模式下 span标签占位问题

应付金额 穿位

错误代码

<span class="span_em">应付金额:<em><span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }">${result.orderPaymentView.shouldPayMoney }元</span></em></span>

更改后代码

<span class="span_em">应付金额:<em>${result.orderPaymentView.shouldPayMoney }元<span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }"></span></em></span>

是兼容模式在解析<span>时占位及时在<span>标签外没有值也会占位