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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1127 | 기타 | 7년 전 | 1851 | ||
| 1126 | 기타 | 7년 전 | 2280 | ||
| 1125 | 기타 | 7년 전 | 2089 | ||
| 1124 | 기타 | 8년 전 | 1648 | ||
| 1123 | 기타 | 8년 전 | 1493 | ||
| 1122 | 기타 | 8년 전 | 1405 | ||
| 1121 | CSS | 8년 전 | 1671 | ||
| 1120 | CSS | 8년 전 | 1637 | ||
| 1119 | CSS | 8년 전 | 1918 | ||
| 1118 | 기타 | 8년 전 | 1754 | ||
| 1117 | 기타 | 8년 전 | 1868 | ||
| 1116 | 기타 | 8년 전 | 2132 | ||
| 1115 | 기타 | 8년 전 | 2178 | ||
| 1114 | 기타 | 8년 전 | 1686 | ||
| 1113 | 기타 | 8년 전 | 1888 | ||
| 1112 | CSS | 8년 전 | 2853 | ||
| 1111 | CSS | 8년 전 | 3335 | ||
| 1110 | CSS | 8년 전 | 2234 | ||
| 1109 | CSS | 8년 전 | 2695 | ||
| 1108 | HTML | 8년 전 | 3253 | ||
| 1107 | 웹접근성 |
|
8년 전 | 2448 | |
| 1106 | CSS | 8년 전 | 2689 | ||
| 1105 | CSS | 8년 전 | 3807 | ||
| 1104 | CSS | 8년 전 | 2576 | ||
| 1103 | 반응형 | 8년 전 | 2509 | ||
| 1102 | CSS | 8년 전 | 2297 | ||
| 1101 | CSS | 8년 전 | 2301 | ||
| 1100 | HTML | 8년 전 | 3040 | ||
| 1099 | HTML | 8년 전 | 2898 | ||
| 1098 | CSS | 8년 전 | 1852 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기