新闻详情

浏览器对待background-color的不同

1966 2009/3/26
<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>

相关资讯

18973218026
返回顶部