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

ie8 标准渲染

应付金额 穿位
错误代码
<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>标签外没有值也会占位
posted on 2015-09-10 16:00 weiguoyuan 阅读(507) 评论(0) 收藏 举报
浙公网安备 33010602011771号