cry exo cbx歌词:为什么这段代码在FIREFOX上不显示呢

来源:百度文库 编辑:高考问答 时间:2024/05/07 11:05:14
<html>
<head>
<style type="text/css">
body {
text-align:center;
}

#newsbody {
width:780px;
text-align:center;
height:425px;
background:#ffffff;
color:#000000;
margin:0 auto;
}
#newsleft {
float:left;
width:290px;
background:#c0c0c0;
text-align:center;
}
#newsmid {
float:left;
width:350px;
text-align:center;
background:#333699;
}
#newsright {
float:right;
width:140px;
text-align:center;
background:#332211;
}
</style>
</head>
<body>
<div id="newsbody" >

<div id="newsleft" ></div>

<div id="newsmid" ></div>

<div id="newsright" ></div>

</div>
</body>
</html>