2
3.472
HTML: <div id="button">yazı</div> <div id="tooltip">içerik</div> CSS: #tooltip{display:none;} #button:hover + #tooltip{display:inline-block}