Код: Выделить всё
.tooltip-custom {
display: inline;
position: relative;
}
.tooltip-custom:hover span::after {
position: absolute;
z-index: 98;
width: 14em;
padding: 0.4em 1em;
bottom: 1.2em;
left: 0;
border-radius: 0.4em;
background: #333;
background: rgba(0,0,0,.8);
color: #fff;
text-align: center;
content: attr(data-title);
}Код: Выделить всё
[*]
my Tooltip
Спасибо за ваши усилия!
Подробнее здесь: https://stackoverflow.com/questions/623 ... th-tooltip
Мобильная версия