CSS3 tooltip with arrow
CSS3 tooltip with arrow
.tooltip{display:inline;position:relative} .tooltip:hover{text-decoration:none} .tooltip:hover:after{ background:#111; background:rgba(0,0,0,.8); border-radius:5px; bottom:18px; color:#fff; content:attr(title); display:block; left:50%; padding:5px 15px; position:absolute; white-space:nowrap; z-index:98 } .tooltip:hover:before{ border:solid; border-color:#111 transparent; border-width:6px 6px 0 6px; bottom:12px; content:""; display:block; left:75%; position:absolute; z-index:99 }
CSS3 tooltip with arrow
Reviewed by Bhaumik Patel
on
8:03 PM
Rating: