35de
Q: I use Video Light Box for months and months and I’m very happy with it.
I found a CSS error in the "videolightbox.css" file. This error already existed in the former version. Let me show you :
.videogallery a{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:360px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
text-align:center;
opacity:0.87;
The * (star) before "display" is TOTALLY css invalid and cannot be interpreted by any webnavigator.
What does that star mean???
A: Our main task is to make VideoLightBox compatible with so many browsers as possible. That's why we have to use properties, filters, etc., that are not standard.
This line:
*display:inline;
is added for compatibility with IE7 browser.
I love the idea your product and I am interested in buying the business version but there are some really strange problems with it.
Videolightbox works fine in Firefox on my computer, but doesn't work in Internet Explorer... Why?
I have replaced the VideoLightBox gallery with an identical ...
Why video streaming starts after whole video is downloaded ?
I recently added a video gallery to my website, and am having issues with its layout.