免费观看又色又爽又黄的小说免费_美女福利视频国产片_亚洲欧美精品_美国一级大黄大色毛片

table 鼠標(biāo)移上去改變單元格邊框顏色。

2022-05-30    分類(lèi): 網(wǎng)站建設(shè)

表格定義了border-collapse:collapse;邊框會(huì)合并為一個(gè)單一的邊框。
會(huì)忽略 border-spacing 和 empty-cells 屬性。

用td:hover,顯示不全

搜索了好久,沒(méi)有找到好的方法,用左右邊框也不好。

于是就在想,移上去的時(shí)候給加個(gè)偽元素after,絕對(duì)定位。

定義和用法

:after 偽元素在元素之后添加內(nèi)容。

這個(gè)偽元素允許創(chuàng)作人員在元素內(nèi)容的最后面插入生成內(nèi)容。默認(rèn)地,
這個(gè)偽元素是行內(nèi)元素,不過(guò)可以使用屬性 display 改變這一點(diǎn)。

注釋?zhuān)?/strong>如果已規(guī)定 !DOCTYPE,那么 Internet Explorer 8
(以及更高版本)支持 content 屬性。

<!DOCTYPE html> 
<html> 
<head> 
<meta charset="utf-8"> 
<title>border-hover</title> 
<style type="text/css"> 
.w1000{width:1000px;margin:0 auto;} 
.table{width:100%;border-collapse:collapse;text-align:center;font-size:14px;} 
.table tr th{border: 1px solid #d9dbda;padding:5px 0;} 
.table tr td{border: 1px solid #d9dbda;} 
.height2{height:61px;line-height:61px;} 
.height1{height:30px;line-height:30px;} 
.table tr td:hover .list-div{position:relative;} 
.table tr td:hover .list-div:after{ 
    content: ""; 
    height: 100%; 
    left: -1px; 
    position: absolute; 
    top: -1px; 
    width: 100%; 
    z-index: 100; 
} 
.table tr td.list01-td:hover .list-div:after{ 
    border: 1px solid #b1bac6; 
} 
.table tr td.list02-td:hover .list-div:after{ 
    border: 1px solid #76ca5a; 
} 
.table tr td.list03-td:hover .list-div:after{ 
    border: 1px solid #ff9600; 
} 
</style> 
</head> 
<body> 
    <div class="w1000"> 
        <table class="table" cellpadding="0" cellspacing="0" > 
            <thead> 
                <tr> 
                    <th>周一</th> 
                    <th>周二</th> 
                    <th>周三</th> 
                    <th>周四</th> 
                    <th>周五</th> 
                    <th>周六</th> 
                    <th>周日</th> 
                </tr> 
            </thead> 
            <tbody> 
                <tr> 
                    <td rowspan="2" class="list01-td"><div class="list-div height2">星期</div></td> 
                    <td colspan="5" class="list02-td" ><div class="list-div height1">星期</div></td> 
                    <td></td> 
                </tr> 
                <tr> 
                    <td class="list02-td"><div class="list-div height1">星期</div></td> 
                    <td colspan="4"></td> 
                    <td></td> 
                </tr> 
                <tr> 
                    <td colspan="3"></td> 
                    <td colspan="2" class="list03-td"><div class="list-div height1">星期</div></td> 
                    <td colspan="2"></td> 
                </tr> 
            </tbody> 
        </table> 
    </div> 
</body> 
</html>

本文題目:table 鼠標(biāo)移上去改變單元格邊框顏色。
分享網(wǎng)址:http://m.newbst.com/news33/161283.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供ChatGPT小程序開(kāi)發(fā)網(wǎng)頁(yè)設(shè)計(jì)公司微信公眾號(hào)Google品牌網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)