[-- MoreInfoImageRow --] onclick instead of roll over?
Posted: Mon Mar 19, 2012 9:08 am
Is there a simple solution to make the [-- MoreInfoImageRow --] clickable to switch images only, instead of causing a popup on click?
Your source for ShopSite user collaboration
https://forum.shopsite.com/
[-- MoreInfoImageRow --]
<table cellpadding="0" cellspacing="0" id="product_info">
<tr>
<td class="moreinfo_img"><div class="prod_img" style="overflow: auto; width: 360px; height: 320px;"><img src="http://Domain.com/media/sample-185x200.gif" alt="sample-185x200.gif" name="prod_img" ></div>
<div class="row_img"><table class="small_img"><tr><td class="small_img">
<a href="http:#" onmouseover="document.prod_img.src='http://Domain.com/media/sample-185x200.gif';" onClick="window.open('http://Domain.com/media/sample-185x200.gif', 'image_window', 'width=1px,height=1px,resizable=yes,scrollbars=yes'); return false;">
<img src="http://Domain.com/media/ss_size3/sample-185x200.gif" alt="sample-185x200.gif" border=0> </a>
</td>
<td class="small_img"><a href="http:#" onmouseover="document.prod_img.src='http://Domain.com/media/sale-tag-red.gif';" onClick="window.open('http://Domain.com/media/sale-tag-red.gif', 'image_window', 'width=1px,height=1px,resizable=yes,scrollbars=yes'); return false;">
<img src="http://Domain.com/media/ss_size3/sale-tag-red.gif" alt="sale-tag-red.gif" border=0> </a>
</td>
<td class="small_img"><a href="http:#" onmouseover="document.prod_img.src='http://Domain.com/media/add_to_cart.gif';" onClick="window.open('http://Domain.com/media/add_to_cart.gif', 'image_window', 'width=1px,height=1px,resizable=yes,scrollbars=yes'); return false;">
<img src="http://Domain.com/media/ss_size3/add_to_cart.gif" alt="add_to_cart.gif" border=0> </a>
</td>
<td class="small_img"><a href="http:#" onmouseover="document.prod_img.src='http:///media/bargain-tag-red.gif';" onClick="window.open('http://Domain.com/media/bargain-tag-red.gif', 'image_window', 'width=1px,height=1px,resizable=yes,scrollbars=yes'); return false;">
<img src="http://Domain.com/media/ss_size3/bargain-tag-red.gif" alt="bargain-tag-red.gif" border=0> </a>
</td>
</tr></table>