
Originally Posted by
dimmyr
Tophand, I seem to see the same issue as Atma did. In Google Chrome browser, with a fresh install of IH2, the popup images during the mouse-over appear at the top of the visible page, in the product listing. I am surprised no one else had the same issue as the two of us. Any ideas yet?

Originally Posted by
signs
Don't know if anyone's found the fix for this but I did discover a way to eliminate the problem (not fix it) with a css hack:
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
#trailimageid {
display: none;
}
}
That will make hover images not display in Chrome or Safari. Until someone comes up with a better, more appropriate fix, that's what I'm using. I've wasted too much time trying to get the hover images where they ought to be. I'd rather just not have them display in Chrome at all.

GOOGLE CHROME ISSUE FIXED

finally i had fixed this issue
replace jscript_imagehover.js in folder includes/templates/YOUR TEMPLATE/jscript
with this
of course backup before do this action ..

Bookmarks