One month later since I last reported on this issue, I have employed both the Web Developer and FireBug FireFox add-ons and DOM inspector to help troubleshoot, but still no fix. I have ensured AdBlock and noScript are disabled for testing purposes.

Anyone with ideas or techniques to troubleshoot this issue? Running Zen Cart 1.37 and I have FireFox 2.001 installed on both PC's.

Woody

Quote Originally Posted by Woodymon View Post
I posted on this previously but have yet to resolve. Does anyone have ideas why Zen Lightbox would work fine in Firefox 2 on one PC but not another (but works in IE on both PCs).

In FF2 (on one of the PC's) I see a whitebox on black screen, but nothing else. I assume an issue with the JavaScript. I see that Zen Lightbox loads four different scripts:

1) Prototype JavaScript framework v.1.4.0 (lightbox_prototype.js);
2) Scriptaculous v.1.5.1 (lightbox_scriptaculous.js?load=effects);
3) Lightbox Effects (lightbox_effects.js);
4) Lightbox v2.02 (lightbox.js);

Firebug shows the following errors in stylesheet_lightbox.css (and Web Developer JavaScript console flags the same as warnings):

Error in parsing value for property '-moz-opacity'. Declaration dropped. (line 112)
Unknown property 'filter'. Declaration dropped. (line 114)
Error in parsing value for property 'opacity'. Declaration dropped. (line 117)
Error in parsing value for property 'display'. Declaration dropped. (line 133)

-Woody