html - How to create CSS menu like Tooltip -
i want create css menu tool-tip. please see attached image exact want.
thanks in advance.
.tooltip-block:hover:after{ border: 1px solid #fc0; padding: 3px 6px; background: #fffea1; content: attr(data-title); position: absolute; right: -40px; top: -26px; }
try on hover might helpful
Comments
Post a Comment