I have a label element, whose width is much larger than the actual text. So, the popover I am displaying is at the center of the label element but not at the center of the text area.
I want my popover message
to be displayed directly under the text label
. Can I attach a onmouseover
event to the text label
and not the dom?
Or can it be done using css?