Dear all,

I've just installed Image Tooltip contribution by michaelportugal and the popup is working fine except that the images aren't showing. The following is the code I am using:

PHP Code:
$lc_text '&nbsp;<a class="image" href="' tep_href_link(FILENAME_PRODUCT_INFO'products_id=' $listing['products_id']) . '" onmouseover="doTooltip(event,'images/' .$listing['products_image'].'')" onmouseout="hideTip()">' tep_image(DIR_WS_IMAGES $listing['products_image'], $listing['products_name'], SMALL_IMAGE_WIDTHSMALL_IMAGE_HEIGHT) . '</a>&nbsp;'
I have tried going round the image path "(event,'images/' .$listing['products_image'].'')" but unsucceded.

Any help would be much appreciated.