css를 이용한 툴팁만들기
<!DOCTYPE html>
<html>
<style>
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<body style="text-align:center;">
<p>Move the mouse over the text below:</p>
<div class="tooltip">Hover over me
<span class="tooltiptext">Tooltip text</span>
</div>
<p>Note that the position of the tooltip text isn't very good. Go back to the tutorial and continue reading on how to position the tooltip in an desirable way.</p>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1277 | 기타 |
선택과집중
|
1개월 전 | 139 | |
| 1276 | CSS |
선택과집중
|
2개월 전 | 259 | |
| 1275 | CSS |
선택과집중
|
2개월 전 | 259 | |
| 1274 | CSS |
선택과집중
|
3개월 전 | 448 | |
| 1273 | 기타 |
선택과집중
|
3개월 전 | 390 | |
| 1272 | CSS |
선택과집중
|
4개월 전 | 520 | |
| 1271 | CSS |
선택과집중
|
4개월 전 | 567 | |
| 1270 | CSS |
선택과집중
|
5개월 전 | 446 | |
| 1269 | CSS |
선택과집중
|
5개월 전 | 528 | |
| 1268 | CSS | 5개월 전 | 419 | ||
| 1267 | 9개월 전 | 698 | |||
| 1266 | HTML | 9개월 전 | 829 | ||
| 1265 | CSS |
|
1년 전 | 754 | |
| 1264 | 1년 전 | 1247 | |||
| 1263 | HTML |
|
1년 전 | 781 | |
| 1262 | CSS |
|
1년 전 | 985 | |
| 1261 | CSS |
|
1년 전 | 996 | |
| 1260 | HTML | 2년 전 | 1478 | ||
| 1259 | 기타 | 2년 전 | 819 | ||
| 1258 | CSS |
|
2년 전 | 1572 | |
| 1257 | HTML |
|
2년 전 | 1360 | |
| 1256 | CSS |
돈도없어개발하기도시러
|
2년 전 | 1261 | |
| 1255 | 2년 전 | 3599 | |||
| 1254 | 2년 전 | 4785 | |||
| 1253 | 2년 전 | 1543 | |||
| 1252 | 레이아웃 |
swallow
|
2년 전 | 1773 | |
| 1251 | 웹접근성 |
두리삼촌v
|
2년 전 | 2038 | |
| 1250 | 레이아웃 |
두리삼촌v
|
2년 전 | 1681 | |
| 1249 | 레이아웃 |
두리삼촌v
|
2년 전 | 3204 | |
| 1248 | 기타 |
돈도없어개발하기도시러
|
2년 전 | 1136 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기