我的代码
<div id="header">
<div id="header_top">KIDS'<br>ZONE</div>
</div>
css
#header{
width:1024px;
height:150px;
background:url('../images/Orange.jpg');
background-repeat:no-repeat;
background-size:1024px 150px;
}
#header_top
{
background:#842DCE;
width:125px;
height:70px;
float:left;
margin-left:50px;
margin-top:-20px;
color:white;
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:25px;
padding-top:5px;
opacity:1;
font-weight:bold;
}
我在除 IE 之外的其他浏览器中的结果
在 IE 中
可能很简单,但我很挣扎,请帮助我