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

c++ - Difference between pre and post decrement in recursive function argument -

javascript - How to insert selected radio button value into table cell -

css - Transitioning Transforms in Safari look terrible/shaky/stuttering -