???
I am not only a non native English speaker but also absolutely newbie with css.
Despite of this, I am making my best effort in order to make my website validating CSS and XHTML.
I have found (and I apologize if I am wrong), that there is an error: Parse Error opacity=80) not only on my website, but even in the demo page of the plugin:
demo.joomlaworks.net/allvideos
The file is: plugins/content/jw_allvideos/tmpl/css/template.css
The supposed error is: div#AVLBOverlay div#AVLBExternalContainer
Here I put part of the code I think is not correctly formed. (the plugin works like a charm, but does not validate):
/* AllVideos LightBox */
a.avLightbox,
a.avLightbox:hover {padding:0 8px 0 0;margin:0 4px 0 0;border-right:1px solid #1F1F1F;}
div#AVLBOverlay {position:absolute;margin:0;padding:0;top:0;left:0;width:100%;height:100%;z-index:1000100;}
div#AVLBOverlay div#AVLBExternalContainer {position:fixed;z-index:1000110;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.8;filter:alpha(opacity=80);}
div#AVLBOverlay div#AVLBExternalContainer a#AVLBExternalContainerClose,
div#AVLBOverlay div#AVLBExternalContainer a#AVLBExternalContainerClose:hover {display:block;width:100%;height:100%;background:none;text-decoration:none;margin:0;padding:0;border:none;}
div#AVLBOverlay div#AVLBContainer {position:fixed;z-index:1000120;top:50%;left:50%;padding:8px;background:#000;border:12px solid #202020;}
div#AVLBOverlay div#AVLBContainer a#AVLBContainerClose,
div#AVLBOverlay div#AVLBContainer a#AVLBContainerClose:hover {}
Hope I am not the only one that cares for this.
Thank a lot in advance. Any help will be highly appreciated.