Advance software forum
February 04, 2012, 02:28:02 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: OsCommerce Advanced Pop-up Image  (Read 2514 times)
0 Members and 1 Guest are viewing this topic.
Alex
Administrator
Full Member
*****
Offline Offline

Posts: 128


View Profile
« on: July 05, 2006, 06:42:45 AM »

This topic is related to our product named "OsCommerce Advanced Pop-up Image", its bugfixes, latest updates, improvements etc.

The link to this contribution is http://www.advancewebsoft.com/downloads/free-scripts/oscommerce-advanced-pop-up-image-p.html
Logged
Alex
Administrator
Full Member
*****
Offline Offline

Posts: 128


View Profile
« Reply #1 on: July 08, 2006, 03:55:12 AM »

For those people having problems in IE (Internet Explorer) so the overlay does not really "overlay" the dropdown boxes of their shop
the simplest solution will be to add an ID to each of the box, or a style, and in the "lightbox.js" file HIDE these elements so they does not appear at all.

E.g. for products options - encapsulate them into a <div> :
<div id="someidhere"> .... options here ... </div> and in the "lightbox.js"

near line 200 after
Code:
imgPreload.src = objLink.href;

add something like this:

Code:
document.getElementById('someidhere').style.visibility='hidden';

hope that hepls
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!