1) Script Title: Lightbox Image Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tbox/index.htm
3) Describe problem: The CSS file included with the script has an invalid entry:
Here the error report:Code:* html #overlay{ background-color: #333; back\ground-color: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"); }
23 * html #overlay - attempt to find a semi-colon before the property name. add it
23 * html #overlay - Property progid doesn't exist : DXImageTransform
23 * html #overlay - Parse Error DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
23 * html #overlay - Parse Error }
Is it possible to fix this without ruining the script?
Thanks in advance,



Reply With Quote
Bookmarks