faeronsayn
Well-known member
I am using the following code to display three images with tool tips
Here is how it looks
As you can see the tooltip isn't aligned properly with the image. How can I go about fixing that?
Code:
<span class="registerDate Tooltip" title="Register Date: {xen:date $message.register_date}"><img src="/styles/custom_icons/skin_icons/33.png" /></span>
<a href="{xen:link search/member, '', 'user_id={$message.user_id}'}" class="OverlayTrigger Tooltip" title="Post Count: {xen:number $message.message_count}"><img src="/styles/custom_icons/skin_icons/45.png" /></a>
<span class="likeCount Tooltip" title="Like Count: {xen:number $message.like_count}"><img src="/styles/custom_icons/skin_icons/68.png" /></span>
As you can see the tooltip isn't aligned properly with the image. How can I go about fixing that?