css 기본 툴팁
기본 툴팁
사용자가 요소 위에서 마우스를 움직일 때 나타나는 툴팁을 생성하십시오 :
예
<style>
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<div class="tooltip">Hover over me
<span class="tooltiptext">Tooltip text</span>
</div>

게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3098 | ||
| 1216 | 웹접근성 | 3년 전 | 2492 | ||
| 1215 | CSS | 4년 전 | 4901 | ||
| 1214 | 기타 | 4년 전 | 8358 | ||
| 1213 | CSS | 4년 전 | 3252 | ||
| 1212 | 웹접근성 | 4년 전 | 3637 | ||
| 1211 | CSS |
|
5년 전 | 4115 | |
| 1210 | 기타 | 5년 전 | 3341 | ||
| 1209 | CSS | 5년 전 | 3588 | ||
| 1208 | 기타 | 5년 전 | 3144 | ||
| 1207 | 기타 | 5년 전 | 2887 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3717 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7831 | ||
| 1203 | 웹접근성 | 6년 전 | 3009 | ||
| 1202 | 기타 | 6년 전 | 2983 | ||
| 1201 | 기타 | 6년 전 | 4322 | ||
| 1200 | 기타 | 6년 전 | 4118 | ||
| 1199 | 기타 | 6년 전 | 4129 | ||
| 1198 | 기타 | 6년 전 | 2609 | ||
| 1197 | 기타 | 6년 전 | 2681 | ||
| 1196 | 기타 | 6년 전 | 2465 | ||
| 1195 | 기타 | 6년 전 | 2456 | ||
| 1194 | 기타 | 6년 전 | 3044 | ||
| 1193 | 기타 | 6년 전 | 9231 | ||
| 1192 | 기타 | 6년 전 | 3882 | ||
| 1191 | 기타 | 6년 전 | 6221 | ||
| 1190 | 기타 | 6년 전 | 2439 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기