My tool tip is blocked by the POPUP Window .
Please see the image here
http://www.tiikoni.com/tis/view/?id=6ffd82f
As you can see that My Tool tip is blocked by the pop up window .
My CSS for the tooltip is
elStyle = 'position:absolute; ;background-color:#fefbd6;height: 75px; position: absolute;top: 50px;width: 150px;font-weight:bold;height: 80px;border-color: #FFFF99 ;';
.flotr-mouse-value {
font-size: 13px;
font-weight:bold;
}
.flotr-mouse-value:after {
content:"";
border-color: #fefbd6 transparent transparent transparent;
border-style:solid;
border-width:20px;
width:0;
height:0;
position:absolute;
}
Please tell me how to resolve this ??
To complete thirtydot’s answer with the left-hand side positioning of the tooltip.
Normal tooltip:
Tooltip located to the left of the cursor: