您的位置:首页 > 其它

table border problem

2010-08-06 12:38 127 查看
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8">

<link type="text/css" href="css/left.css" rel="stylesheet" />

<link type="text/css" href="css/home.css" rel="stylesheet" />

<style>

.t_a{background:#00FFFF
; font-size:12px; width:100%;}

.t_a th{background:#f7f7f7; padding:6px;}

.t_a td{background:#fff; padding:6px;}

.tac{text-align:center;}

#header{color:#FF3300;}

</style>

</head>

<body>

<div id="header">

<h1>john</h1>

</div>

<div id="options">

<table class="t_a" border="0" cellSpacing="1" cellPadding="0">

<thead>

<tr>

<th width="20%
">john</th>

<th width="20%
">john</th>

<th width="60%
">john</th>

</tr>

</thead>

<tbody>

<tr>

<td class="tac">john</td>

<td class="tac">john</td>

<td>john</td>

</tr>

<tr>

<td class="tac">john</td>

<td class="tac">john</td>

<td>john</td>

</tr>

<tr>

<td class="tac">john</td>

<td class="tac">john</td>

<td>john</td>

</tr>

</tbody>

</table>

</div>

</body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: