Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Popup fix for customers using Netscape browser.


Guest

Recommended Posts

Posted

In catalog/popup_images.php change line from this:

 

if (navigator.appName == 'Netscape') i=40;

 

to this:

 

if (navigator.appName == 'Netscape') i=10;

 

Before change popup would not show bottom bit of graphic (without resize)

now it will. just messed around with i=.

Jeff.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...