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

首頁 > 開發(fā) > CSS > 正文

CSS 提示工具(Tooltip)

2024-07-11 08:33:34
字體:
供稿:網(wǎng)友

CSS 提示工具(Tooltip)

本文我們?yōu)榇蠹医榻B如何使用 HTML 與 CSS 來創(chuàng)建提示工具。

提示工具在鼠標(biāo)移動(dòng)到指定元素后觸發(fā),先看以下四個(gè)實(shí)例:

.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted #ccc;
zcursor: help;
color: #006080;
}
.tooltip .tooltiptext {
visibility: hidden;
position: absolute;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.tooltip .tooltiptext2 {
visibility: hidden;
position: absolute;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
z-index: 1;
}
.tooltip:hover .tooltiptext2 {
visibility: visible;
}
.tooltip-right {
top: -5px;
left: 125%;
}
.tooltip-right2 {
top: -5px;
left: 105%;
}

.tooltip-right::after {
content: “”;
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
top: 135%;
left: 50%;
margin-left: -60px;
}

.tooltip-bottom2 {
top: 125%;
left: 50%;
margin-left: -60px;
}

.tooltip-bottom::after {
content: “”;
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555 transparent;
}

.tooltip-top {
bottom: 125%;
left: 50%;
margin-left: -60px;
}
.tooltip-top2 {
bottom: 115%;
left: 50%;
margin-left: -60px;
}

.tooltip-top::after {
content: “”;
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

.tooltip-left {
top: -5px;
bottom:auto;
right: 128%;
}

.tooltip-left2 {
top: -5px;
bottom:auto;
right: 105%;
}

.tooltip-left::after {
content: “”;
position: absolute;
top: 50%;
left: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent transparent #555;
}

.tooltip .tooltiptext-bottomarrow {
visibility: hidden;
width: 120px;
background-color: #111;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 130%;
left: 50%;
margin-left: -60px;
}
.tooltip .tooltiptext-bottomarrow::after {

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 庆阳市| 祥云县| 天等县| 苏州市| 视频| 玉树县| 临朐县| 乌海市| 买车| 射阳县| 长丰县| 红原县| 揭阳市| 鲜城| 仪陇县| 山阳县| 太保市| 临沭县| 泗阳县| 彩票| 嵩明县| 沈阳市| 榆社县| 通河县| 永州市| 遂平县| 五寨县| 石景山区| 永仁县| 望奎县| 珠海市| 萝北县| 贡觉县| 云南省| 乐至县| 伊吾县| 虞城县| 白山市| 仲巴县| 天柱县| 洞口县|