DIV+CSS一个布局小问题(急...)
<table width="990" border="0" cellspacing="0" cellpadding="0" bgcolor="#de0505" height="5">
<tr>
<td></td>
</tr>
</table>
和
<style type="text/css">
#xx {
background-color:#de0505;
height: 5px;
width: 990px;
}
</style>
<div id="xx"></div>
怎么不一样
后者的高度怎么不是5像素??