开发者

IE page-breaking issue

开发者 https://www.devze.com 2023-02-07 03:46 出处:网络
In Google Chrome (And I think firefox?) a page renders correctly But in IE, the page appears to be \"transparent\", see This image.

In Google Chrome (And I think firefox?) a page renders correctly

But in IE, the page appears to be "transparent", see This image.

<div style="margin-left:-10px;flo开发者_如何学Pythonat:left;width:130px;height:30px; background-image:url('/gc_mycoinamount_display.png');">
<div id="mygoldamount" style="margin-top:7px;">5 Coins</div>

I believe this div causes the issue, when I remove it, the page looks correct. Is the CSS on it incorrect?


I needed to close a div, silly me.

<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>
0

精彩评论

暂无评论...
验证码 换一张
取 消