I am working on a tooltip to show links and text. ( Basically a div of content)
The problem is my tooltip takes the table's row height, so verified it's parent's position(not set): here is my css tooltip {
position: absolute;
display: inline;
background-color:#FFFCE0; box-shadow: 3px 3px 2px rgba(0,0,0,0.2); color: #000000;
}
I am changing the tooltip's top and left position dynamically using Javascript.
Any pointers or reference will help .
Thanks