CSS實(shí)現(xiàn)的清爽、漂亮的表格樣式分享
發(fā)布時(shí)間:2014-05-09 10:31:37 作者:佚名
我要評(píng)論

這篇文章主要介紹了用CSS美化后的表格樣式,看起來(lái)非常的柔和、舒服、清爽,需要的朋友可以參考下
效果:
實(shí)現(xiàn)代碼:
復(fù)制代碼
代碼如下:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>CSS實(shí)現(xiàn)的清爽、漂亮的表格樣式 - jb5t1.net</title>
<style type="text/css">
/* CSS Document */ </p> <p>body {
font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
background: #E6EAE9;
} </p> <p>a {
color: #c75f3e;
} </p> <p>#mytable {
width: 700px;
padding: 0;
margin: 0;
} </p> <p>caption {
padding: 0 0 5px 0;
width: 700px;
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: right;
} </p> <p>th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #4f6b72;
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;
} </p> <p>th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
} </p> <p>td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
font-size:11px;
padding: 6px 6px 6px 12px;
color: #4f6b72;
} </p> <p>
td.alt {
background: #F5FAFA;
color: #797268;
} </p> <p>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;
} </p> <p>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: #797268;
}
/*---------for IE 5.x bug*/
html>body td{ font-size:11px;}
</style> </p> <p></head>
<body></p> <p><table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series">
<caption> </caption>
<tr>
<th scope="col" abbr="Configurations" class="nobg">Configurations</th> </p> <p> <th scope="col" abbr="Dual 1.8">Dual 1.8GHz</th>
<th scope="col" abbr="Dual 2">Dual 2GHz</th>
<th scope="col" abbr="Dual 2.5">Dual 2.5GHz</th>
</tr>
<tr>
<th scope="row" abbr="Model" class="spec">lipeng</th>
<td>M9454LL/A</td> </p> <p> <td>M9455LL/A</td>
<td>M9457LL/A</td>
</tr>
<tr>
<th scope="row" abbr="G5 Processor" class="specalt">mapabc</th>
<td class="alt">Dual 1.8GHz PowerPC G5</td>
<td class="alt">Dual 2GHz PowerPC G5</td> </p> <p> <td class="alt">Dual 2.5GHz PowerPC G5</td>
</tr>
<tr>
<th scope="row" abbr="Frontside bus" class="spec">頻率</th>
<td>900MHz per processor</td>
<td>1GHz per processor</td>
<td>1.25GHz per processor</td> </p> <p> </tr>
<tr>
<th scope="row" abbr="L2 Cache" class="specalt">2級(jí)緩存</th>
<td class="alt">512K per processor</td>
<td class="alt">512K per processor</td>
<td class="alt">512K per processor</td>
</tr> </p> <p></table> </p> <p>
<div align="center">
獲取更多JavaScript代碼,請(qǐng)登錄腳本之家 <a >http://www.jb5t1.net</a>
</div>
</body>
</html>
相關(guān)文章
jquery實(shí)現(xiàn)漂亮的表格數(shù)據(jù)多條件過(guò)濾工具
可以直接通過(guò)前段的jQuery對(duì)表格里的大量數(shù)據(jù)進(jìn)行篩選,過(guò)濾,可以根據(jù)多個(gè)字段條件多慮2013-05-17jS+css實(shí)現(xiàn)漂亮突出顯示的動(dòng)態(tài)價(jià)格展示表格效果
價(jià)格展示表格效果,點(diǎn)擊需要的價(jià)格欄,表格會(huì)突出顯示,并自動(dòng)給出提示信息2013-04-25jquery實(shí)現(xiàn)的漂亮的表格交叉(行和列)高亮顯示效果
jquery實(shí)現(xiàn)的漂亮的表格交叉高亮顯示效果,鼠標(biāo)移動(dòng)到哪個(gè)單元格,單元格所在的行和列都會(huì)高亮顯示2013-04-22