View Single Post
  #21  
Old 06-22-2009, 07:56 PM
 
Yrik Yrik is offline
 

Member
  
Join Date: Jun 2009
Posts: 25
 

Lightbulb Re: PopUp Image Viewer with CSS code. OnMouseOver view the thumbnail maximized.

Thanks everyone for your posts! I just adjusted this for 4.2 version. The only difference is instead of products[product] use product

New "Replace with" for step 3 is:
<a class="thumbnail" href="product.php?productid={$product.productid}&a mp;cat={$cat}&amp;page={$navigation_page}">
<span><img src="image.php?id={$product.productid}&type=P" /></span>
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x|default:$config.Appearance .thumbnail_width image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}</a>


Now, what would be nice is a way to offset it from position of mouse or something. The popup jumps somewhat strangely.

Take a look at my result here: www.ijitsa.com
__________________
X-Cart Gold 4.4
Reply With Quote