html - How to create CSS menu like Tooltip -


i want create css menu tool-tip. please see attached image exact want. enter image description here

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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -