91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2021-09-30 13:57:19 來源:億速云 閱讀:155 作者:iii 欄目:web開發

這篇文章主要介紹“如何實現當鼠標經過表格數據行時顏色不同且奇偶行顏色也不同”,在日常操作中,相信很多人在如何實現當鼠標經過表格數據行時顏色不同且奇偶行顏色也不同問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何實現當鼠標經過表格數據行時顏色不同且奇偶行顏色也不同”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

代碼如下:

<!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;
}

到此,關于“如何實現當鼠標經過表格數據行時顏色不同且奇偶行顏色也不同”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

崇文区| 如东县| 罗源县| 定日县| 南岸区| 徐闻县| 平遥县| 抚顺县| 贵州省| 武隆县| 锡林郭勒盟| 汕头市| 富锦市| 石屏县| 兰西县| 枣庄市| 平南县| 浦北县| 南华县| 定边县| 延川县| 乌鲁木齐市| 鞍山市| 右玉县| 南涧| 三台县| 瑞丽市| 永川市| 澄迈县| 通州区| 万源市| 东台市| 岢岚县| 彭州市| 昌图县| 广汉市| 敖汉旗| 虞城县| 隆德县| 商河县| 剑河县|