【问题标题】:IE page-breaking issueIE 分页问题
【发布时间】:2016-10-30 00:15:40
【问题描述】:

在谷歌浏览器中(我认为是 firefox?)页面正确呈现

但是在 IE 中,页面看起来是“透明的”,见This image

<div style="margin-left:-10px;float:left;width:130px;height:30px; background-image:url('/gc_mycoinamount_display.png');">
<div id="mygoldamount" style="margin-top:7px;">5 Coins</div>

我相信这个 div 会导致问题,当我删除它时,页面看起来是正确的。上面的 CSS 不正确吗?

【问题讨论】:

    标签: html css internet-explorer cross-browser


    【解决方案1】:

    我需要关闭一个 div,我很傻。

    <div style="margin-left:-10px;float:left;width:130px;height:30px; background-image:url('/gc_mycoinamount_display.png');">
    <div id="mygoldamount" style="margin-top:7px;">5 Coins</div></div>
    

    【讨论】:

      猜你喜欢
      • 2010-09-17
      • 1970-01-01
      • 1970-01-01
      • 2011-02-27
      • 1970-01-01
      • 2013-01-03
      • 2011-10-26
      相关资源
      最近更新 更多