XF 2.0 Simple tooltips when hovering over image.

I have a custom sidebar widget with images inside it. The idea being its a quick navigation for a large forum.

Here is what I have:
Code:
<a href="link url"><img src="/image/image.png" alt="image"></a>

I would like to add a tooltip with the input being the name of the image (can be manually typed, doesn't need to hook). Looked at the previews but they seem to be URL's or otherwise.

Any pointers? Thanks!
 
Top Bottom