瀏覽器對待background-color的不同
    	信息來源:
優度網絡  發布日期:2009/3/26 瀏覽數量:
1127次 
 
	
    	文章導讀:
        
    
    
    <html>
<head>
<title>瀏覽器對待background-color的不同</title>
<style type="text/css">
<!--
.chara1{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
.tableborder{
 border:1px solid #000000;
}
.cell{
 border:10px dashed #000000;
 text-align:center;
 background-color:#e799f8;
}
-->
</style>
   </head>
<body>
<table cellpadding="10" cellspacing="25" class="chara1 tableborder">
 <tr>
  <td class="cell" height="80px" width="120px">content</td>
 </tr>
</table>
</body>
</html>