Wow, more than 300 pages in this thread! IH2 is such a popular contribution, perhaps it deserves it's own sub-forum...?

Anyway, I just noticed an issue with IE7: When I click on a medium image on a product description page, the window that opens to display the large image is not properly sized---it's only 100px high.

It works flawlessly in FF3.

I see this code in the head:

Code:
<script language="javascript" type="text/javascript"><!--
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
function popupWindowPrice(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
It seems like IE is calling the first function rather than dynamically sizing the window to the image size.

ZC 1.3.7.

Any ideas?

TIA!!