Help me correct wp-lightboxjs plugin.
-
Is causing CSS errors on some other items.
Here is the code.
******************************************************
<style type=”text/css” media=”screen”>
#overlay {
background-image: url(“<?php echo $url; ?>/wp-content/plugins/wp-lightboxJS/images/overlay.png”);
}
* html #overlay {
background-image: url(“<?php echo $url; ?>/wp-content/plugins/wp-lightboxJS/images/blank.gif”);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”<?php echo $url; ?>/wp-content/plugins/wp-lightboxJS/images/overlay.png”, sizingMethod=”scale”);
}
</style>******************************************************
Here is the error message.
******************************************************
URI : https://www.lumencreativegroup.com
74 * html #overlay attempt to find a semi-colon before the property name. add it
74 * html #overlay Property progid doesn’t exist : DXImageTransform
74 * html #overlay Parse Error – DXImageTransform.Microsoft.AlphaImageLoader(src=”https://www.lumencreativegroup.com/wp-content/plugins/wp-lightboxJS/images/overlay.png”, sizingMethod=”scale”);
75 * html #overlay Parse error – Unrecognized }Any help will be fully appreciated.
Thanks.
- The topic ‘Help me correct wp-lightboxjs plugin.’ is closed to new replies.