how to display image in tooltip box - Joomla! Forum - community, help and support
how display images in tooltip box ?
code: select all
<?php jhtml::_('behavior.tooltip'); ?>
<span class="editlinktip hastip" title="tooltip title::this <img src=... /> tooltip text" >
<a href="http://www.joomla.org">
<img src="/my_joomla_path/includes/js/themeoffice/tooltip.png" border="0" alt="tooltip"/></a>
</span>
Comments
Post a Comment