我的代碼保證金頂部不工作在IE 6
<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
可能是它很簡單,BT我很努力,請大家幫我
嘗試設置「位置」屬性 – diEcho
請在jsfiddle.net中發佈您的代碼 – Subhajit
不,告訴仍在使用IE6的人們,他們需要升級。認真!請參閱http://www.ie6countdown.com/。 – paxdiablo