We have added a quick-view for the products taken from here. It is working fine in firefox and internet explorer. But a strange thing happens on chrome and safari. When the page loads up, it works fine for a few seconds, i.e. you can see the quick-view button show and hide on hovering over product images. But then this piece of javascript stops working. Nothing happens on hovering over the product images. You guys can check our webpage here and the js used is productInfo.js at skin\frontend\my\default\js. Please ask me if you need more details.
after the page loads it works again.
Unfortunately I don’t know what js is that You can try removing external js files one by one maybe you find the one that does this.
I found the problem. There was this Ajax pagination plugin that was refreshing the products area after the page loads. We removed that plugin and now its working fine.
Thanks for guiding in the right direction.