Zen Cart Logo
Forums / All Other Contributions/Addons / Attributes Images Zoom On Mouseover

Attributes Images Zoom On Mouseover

Locked

Views: 1,729

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
23 Jul 2006, 11:44 AM
#1
borzoid avatar

borzoid

Totally Zenned

Join Date:
Feb 2004
Location:
Michigan
Posts:
589
Plugin Contributions:
1

Attributes Images Zoom On Mouseover

I am trying to get the Images Zoom On Mouseover (hover) - V2, to work in the latest version of 1.3. It works nicely in Firefox but am having one difficulty in IE that I'm hoping someone can help me with.

This line of code in the zen_image_hover.php

   $image .= ' style="position:relative;" onmouseover="showtrail(\''.$products_image_medium.'\',\''.$alt.'\','.$width.','.$height.','.$image_medium_size[0].','.$image_medium_size[1].',0,0,'.$width.','.$height.');" onmouseout="hidetrail();"';

The position:relative - causes the original image to align below and to the right of the productAttributes div. If I change the position to absolute or remove this style altogether the trailimage doesnt' work at all.

Any ideas on how to fix this issue?

Thanks,

Connie