I use fancy box to display images, and I use title to add element on image to display when user hover image.
But when I display thumbs and hover them tooltip with title appear.
Is it possible to use something else to display element on image hover and not to be title or maybe hide this title somehow.
<a class="fancybox-button" rel="fancybox-button" href="/pro/Uploads/..." title="hover element>
<img src="..." alt="">
</a>