오른쪽에 툴팁 나오게 하는 소스
<!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;
top: -5px;
left: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<body style="text-align:center;">
<h2>Right Tooltip</h2>
<p>Move the mouse over the text below:</p>
<div class="tooltip">Hover over me
<span class="tooltiptext">Tooltip text</span>
</div>
</body>
</html>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 17 | HTML | 21년 전 | 3711 | ||
| 16 | HTML |
아우겐나이스
|
21년 전 | 6284 | |
| 15 | HTML | 21년 전 | 5608 | ||
| 14 | HTML | 21년 전 | 5810 | ||
| 13 | 13년 전 | 2240 | |||
| 12 | 13년 전 | 9644 | |||
| 11 | 13년 전 | 2590 | |||
| 10 | 13년 전 | 2395 | |||
| 9 | 13년 전 | 3598 | |||
| 8 | 13년 전 | 9450 | |||
| 7 | 13년 전 | 3509 | |||
| 6 | 13년 전 | 5863 | |||
| 5 | 13년 전 | 3319 | |||
| 4 | 13년 전 | 4656 | |||
| 3 | 13년 전 | 4534 | |||
| 2 | 13년 전 | 5476 | |||
| 1 | 13년 전 | 3542 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기