国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

當鼠標經過表格數據行時顏色不同且奇偶行顏色也不同

2024-07-11 08:30:46
字體:
來源:轉載
供稿:網友

復制代碼
代碼如下:
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="table.css" type="text/css" rel="stylesheet" />
<title>table test</title>
<!-- <style>
table tbody tr:hover{
background-color: #EEECEB;
}
</style> -->
</head>
<body>
<table>
<tr>
<th>姓名</th>
<th>性別</th>
<th>班級</th>
</tr>
<tbody>
<tr>
<td>姓名</td>
<td>男</td>
<td>計算機科學與技術一班</td>
</tr>
<tr>
<td>段萌</td>
<td>男</td>
<td>軟工一班</td>
</tr>
<tr>
<td>段萌</td>
<td>男</td>
<td>軟工一班</td>
</tr>
<tr>
<td>段萌</td>
<td>男</td>
<td>軟工一班</td>
</tr>
<tr>
<td>段萌</td>
<td>男</td>
<td>軟工一班</td>
</tr>
</tbody>
</table>
</body>
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 2014-7-9, 14:24:31
Author : Administrator
*/
body{ margin:0 auto; text-align:center}
/*設置表頭的margin為0則表居中顯示,border為0則無邊界*/
table{margin:0 auto;
border:0px;
solid:#000
}
/*設置th表頭的屬性,font-weight為bold則顯示為黑粗*/
table tr th{ height:28px;
width: auto;
line-height:28px;
background:#999;
font-weight:bold
}
table tbody tr{
height:28px;
line-height:28px;
text-align:center;
background:#FFF;
vertical-align:middle;
}
/*
*設置鼠標經過顏色的變化
*/
/*采用csss的這個方法,獲得奇數行,讓后設置其屬性,這樣避免使用expression這個容易出錯的方法*/
table tbody tr:nth-child(odd){
background-color: #DEDEDE
}

table tbody tr:hover{
background-color: #CCCCCC;
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 定安县| 古蔺县| 白玉县| 乌拉特中旗| 宁化县| 阳朔县| 五指山市| 石景山区| 张家川| 大冶市| 高雄市| 秭归县| 商丘市| 万宁市| 安福县| 潢川县| 双辽市| 长沙市| 盐津县| 龙川县| 蓬安县| 佛教| 聊城市| 江陵县| 南召县| 寻甸| 昆山市| 绵竹市| 恩平市| 鄯善县| 内乡县| 崇仁县| 兴化市| 襄垣县| 米泉市| 济宁市| 宕昌县| 嘉定区| 衡南县| 浦城县| 南昌市|