
Originally Posted by
Woodymon
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