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

PHP Code:
   $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