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

推荐订阅源

博客园_首页
Vercel News
Vercel News
月光博客
月光博客
S
SegmentFault 最新的问题
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
小众软件
小众软件
WordPress大学
WordPress大学
G
Google Developers Blog
Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 【当耐特】
I
InfoQ

博客园 - ztwc01

常用的CSS命名规则 (web标准化设计) 一个PS高手的体会 配色方案(备用) 凹下文字 脚本日历 google韩国效果 alert 北京奥运会官方网站幻灯切换。。效果相当棒。。。(抠的) 网页调色器 给年轻设计师的十大忠告(来自blueidea) 外部引用CSS中 link与@import的区别 自己写的,备用 鼠标指针。。 overflow 鼠标经过,行变色 flash 链接 iframe 隐藏图层以及层的高度 防止表格被撑破--- ui/ue blog 汇总 来自 千鸟志
斑马表格(隔行变色)
ztwc01 · 2007-09-10 · via 博客园 - ztwc01

斑马表格(隔行变色)

Posted on 2007-09-10 11:47  ztwc01  阅读(251)  评论(0)    收藏  举报

<style>
tr
{ yexj00:expression(this.style.background=(rowIndex%2==1)?'orange':'yellow')}
</style>
<table width=456 style="border-collapse:collapse; table-layout:fixed" border rules=cols>
<tr>
 
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>


刷新页面返回顶部