最高半折刷qq各种业务和钻(家里人自己开的,尽管放心,大家多捧捧场)

sking7

导航

模仿table的border

<html>
<style type="text/css">
.contentTable
{ background-color: #9E9E9E; font-size: 12px}
.defaultBGColor
{BACKGROUND-COLOR: #FFFFFF}
</style>
<body>
<table width="50%" border="0" cellspacing="1" cellpadding="3" class="contentTable">
<tr class="defaultBGColor">
<td width="10%"></td>
<td width="20%">m</td>
</tr>
<tr class="defaultBGColor">
<td>123</td>
<td>456</td>
</tr>
<tr class="defaultBGColor">
<td>it</td>
<td>hello</td>
</tr>
</table>
</body>
</html>

模仿table的border

posted on 2012-02-01 15:20  G.N&K  阅读(258)  评论(0编辑  收藏  举报