nycwebstudio Posted March 14, 2007 Posted March 14, 2007 I can't get large image display window to scroll on very large images when one click on shopping cart images for enlargement. What can be the problem? How do you fix it? any known contribution? Please help!! Thanks in advance.
Guest Posted March 14, 2007 Posted March 14, 2007 in your product_info.php file you need to remove some code telling the popup to hide the scroll bar and it will fix your issue here is the code that needs to be removed: at the top of the code: scrollbars=no set this to yes at line 27 -30 <script language="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=1 50,left=150') } //--></script> I can't get large image display window to scroll on very large images when one click on shopping cart images for enlargement. What can be the problem? How do you fix it? any known contribution? Please help!! Thanks in advance.
LioMandi Posted May 23, 2007 Posted May 23, 2007 Im having the same problem and adding yes still doesnt make it work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.