惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
IT之家
IT之家
月光博客
月光博客
U
Unit 42
K
Kaspersky official blog
T
Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
GbyAI
GbyAI
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
云风的 BLOG
云风的 BLOG
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
Engineering at Meta
Engineering at Meta
Recorded Future
Recorded Future
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Security Archives - TechRepublic
Security Archives - TechRepublic
Webroot Blog
Webroot Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
P
Palo Alto Networks Blog
爱范儿
爱范儿
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
LINUX DO - 热门话题
C
Cisco Blogs
Spread Privacy
Spread Privacy
F
Full Disclosure
博客园 - 聂微东
T
The Blog of Author Tim Ferriss

博客园 - CODE

jquery 加载 - CODE - 博客园 jquery ajxj - CODE - 博客园 sql server 行变成列的DEMO 自动产生树,并建立树结构 - CODE - 博客园 HTML 自动产生Radio分组 - CODE - 博客园 获取Table当前单元格的值 - CODE - 博客园 (转)优化数据库的思想及sql语句优化的原则 软件孵化室自助基金成立仪式 转: 移动客户端系统升级思路 转:调用Windows Mobile自带的控制面板项 程序员的基本素质 BCP的应用 VC++ 6.0访问Sql Server 协会的篮球比赛 软件协会05级高级会员离校仪式--发言稿 软输入面板 软件孵化室为筹集“静·挚”基金倡议书 微软的Webcasts系列讲座 http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html(收集)
页面复合表头的做法 - CODE - 博客园
CODE · 2009-11-10 · via 博客园 - CODE

页面复合表头的做法

<table Border='1'>
     <thead>
 <tr style="background-color:#ffffff;">
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
  <th style="height: 1px;"></th>
 </tr>
 <tr>
  <th class="ui-state-default ui-th-column" rowspan="2">专业名称</th>
  <th class="ui-state-default ui-th-column" rowspan="2">计划投资(万元)</th>
  <th class="ui-state-default ui-th-column" colspan="2">立项批复</th>
  <th class="ui-state-default ui-th-column" colspan="2">设计批复</th>
  <th class="ui-state-default ui-th-column" rowspan="2">可用额度(万元)</th>
 </tr>
 <tr>
  <th class="ui-state-default ui-th-column">批复投资(万元)</th>
  <th class="ui-state-default ui-th-column">项目个数</th>
  <th class="ui-state-default ui-th-column">批复投资(万元)</th>
  <th class="ui-state-default ui-th-column">项目个数</th>
 </tr>
     </thead>
</table>

posted @ 2009-11-10 09:49  CODE  阅读(318)  评论()    收藏  举报