《
用css制作具有亲和力的表格》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/0302344232013.htm
veerle.duoh,用CSS制作一个圆形放大镜.com/comments.php?id=108_0_2_20_C8
数据构造为
能看到我用了scope 属性来确保这个表格在疏忽觉效果的阅读器下展现出更好的效果,这个属性定义标题元素包括的标题内容是否为 行 (scope="col") 或 列(scope="row") 。下面是CSS的内容对上面的标题,应用和背景来更好的辨别出他们
<table id="mytable" cellspacing="0" summary="The technical
specifications of the Apple PowerMac G5 series">
<caption>Table 1: Power Mac G5 tech specs </caption>
<tr>
<th scope="col" abbr="Configurations" class="nobg">Configurations</th>
<th scope="col" abbr="Dual 1.8GHz">Dual 1.8GHz<,
用CSS创建一个布局居中的页面;/th>
 ,
用cssText属性批量操作样式技巧; <th scope="col" abbr="Dual 2GHz">Dual 2GHz</th>
<th scope="col" abbr="Dual 2.5GHz">Dual 2GHz</th>
</tr>
<tr>
<th scope="row" class="spec">Model</th>
<td>M9454LL/A</td>
<td>M9455LL/A</td>
<td>,
用CSS3实现根据文件类型显示不同图标;M9457LL/A</td>
</tr>
...
--> [
网站建设之]用css制作存在亲和力的表格
www.snook.ca/technical/colour_contrast/colour.html
这里的数据来自于MAC的technical specifications of each Power Mac G5|
Tag:CSS 表格 CSS 表格
在前一段时光制作了CSS calendar,而后我就想用css制作一个table的模型,该模型遵守亲和力规矩,而且有良好的视觉效果
这样做的利益是: 应用表格来装载数据,不问可知是最佳的,你能无比机动的为每个单元格定义样式。下面是详细的做法
下面定义左侧的标题款式
图:颜色的抉择跟搭配
th.spec {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif;
}
th.specalt {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(images/bullet2.gif) no-repeat;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif;
color: #B4AA9D;
}
th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif;
color: #6D929B;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7,
用CSS3伪类target如何制作tab选项卡效果;
background: none;
}
至此,全部制造进程停止了
首先在photoshop设计一个效果出来,通过对各种颜色,小图标等的常识,做出了一个后果令人满足的效果图来。下一步呢,裁处下面三个图片来作为题目的背景图片,假如你对色彩的掌握不是十分好的话,这里给你供给一些调色工具
td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #6D929B;
}
td.alt {
background: #F5FAFA;
color: #B4AA9D;
}
(责任编辑:网站建设)
用css制作具有亲和力的表格相关文章