Hi Jan. Thank you for your answer.
My problem is not about height description. It's about a problem of transparency of bottom elements of JAK Lighbox.
So I'm sure it's a problem of CSS.
After changing some parameters in the lightbox-vertical.css like that :
Code: Select all
.lightBox {background-color: black; width: 1100px; height: 522px; padding-top:10px; padding-left: 10px; padding-right: 10px;}
.lightBox .image-browser-image {width: 970px; height: 500px; border: 1px solid #333; overflow: hidden; padding: 0px; float: left; position: relative;}
/*nahledovy pas*/
.lightBox .image-browser-thumbs { width: 127px;height: 550px; overflow-y:scroll; float: right;}
and adding a background-color : black; to caption like this :
Code: Select all
.lightBox .image-browser-caption { background-color: black; height: 10px; width: 800px; text-align:left; float: left; padding-left:5px; padding-top: 7px; color:#fafafa; line-height:140%; font-size: 12px; /*napevno protoze je to v tabulce*/}
And changing the css of the buttons
Here are the results :
So you can see that some elements are transparent. A small area on the left and a big area on the right. But I think this result is related to the element image-browser-caption.
I am looking for a way to make all the elements black
If you have an idea ?
sorry for not better explaining the first post
See ya
Sebouille