ddxiami

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2469|回复: 1

[div+css] table细边框案例

[复制链接]
发表于 2014-3-21 13:41:18 | 显示全部楼层 |阅读模式
<table width="1000px" border="1" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse" BorderColor="#6699CC" bgcolor="#FFFFFF">
  <tr>
    <th>任务ID</th>
    <th>项目名称</th>
    <th>任务名称</th>
    <th>状态</th>
    <th>创建者</th>
    <th>创建日期</th>
    <th>指派给</th>
    <th>由谁完成</th>
    <th>完成日期</th>
  </tr>
  <tr>
    <td>1</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
  </tr>
  
</table>
回复

使用道具 举报

 楼主| 发表于 2014-3-25 23:33:05 | 显示全部楼层
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
table
  {
  border-collapse:collapse;
  }

table, td, th
  {
  border:1px solid black;
  }
</style>
</head>

<body>
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Bill</td>
<td>Gates</td>
</tr>
<tr>
<td>Steven</td>
<td>Jobs</td>
</tr>
</table>
<p><b>注释:</b>如果没有规定 !DOCTYPE,border-collapse 属性可能会引起意想不到的错误。</p>
</body>
</html>
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|技术文档库 ( 闽ICP备15017263号-2 )|网站地图

GMT+8, 2025-5-18 18:24 , Processed in 0.034576 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表