Hello,
It should be problem of your template, because this tooltip is standard Joomla feature.
Can you try to use this css in your template?
.tool-tip { background-color: #EEE; }
.tool-tip .tip-top { border-width: 1px 1px 0; border-style: solid; border-color: #999; }
.tool-tip .tip { border-width: 0 1px; border-style: solid; border-color: #999; padding: 10px 15px; }
.tool-tip .tip .tool-title { font-weight: bold; }
.tool-tip .tip .tool-title p { margin: 3px 0; font-size: 90%; }
.tool-tip .tip-bottom { border-width: 0 1px 1px; border-style: solid; border-color: #999; }
You can also modify it for your page design.