开发者

IE page-breaking issue

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜