Hi, I have put the following line into html_output.php on line 214 under the zen_image function in hopes of getting mouse-over product previews:
I works perfectly in every way EXCEPT for when you are accually viewing a product, the image that you click for the full sized preview does not show up. Yea sure it is in the HTML but it just doesnt show.PHP Code:$image.='onMouseover="showhint(\'<img src='.zen_output_string($src).' width=100% height=100%>\', this, event, \'200px\')"';
Having no product image is too big of a sacrifice to have product mouse-over preview. Any way that I can fix this?HTML Code:<a href="http://www.templates.jgarldt.com/index.php?main_page=popup_image&pID=6" target="_blank"><img src="images/pre_c1002.png" alt="Style01" onMouseover="showhint('<img src=images/pre_c1002.png width=100% height=100%>', this, event, '200px')" title="Style01 " width="111" height="120" /><br /><span class="imgLink">larger image</span></a>



