:툴팁/CSS

리버티게임, 모두가 만들어가는 자유로운 게임
< 틀:툴팁
Hsl0 (토론 | 기여)님의 2024년 6월 20일 (목) 21:39 판 (새 문서: .tooltip { display: inline-block; } .tooltip:hover .tooltip-msg { display: block; position: absolute; padding: 0.25em 0.75em; } .tooltip-msg { display: none; width: auto; font-size: 100%; cursor: auto; } .tooltip-msg img { margin-right: 0.5em !important; })
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.tooltip {
	display: inline-block;
}
.tooltip:hover .tooltip-msg {
    display: block;
    position: absolute;
    padding: 0.25em 0.75em;
}
.tooltip-msg {
    display: none;
    width: auto;
    font-size: 100%;
    cursor: auto;
}
.tooltip-msg img {
    margin-right: 0.5em !important;
}