1

(10 replies, posted in Juicebox-Pro Support)

Sorry for the late answer.

Thanks what you said about the pics.

You're right about the selected  thumb. But I have yet to figure out how to do that.

Richie

2

(10 replies, posted in Juicebox-Pro Support)

Thanks.
Here are the galleries: http://www.photographicjourney.de/bilder-2/

Juicebox is really great.

3

(10 replies, posted in Juicebox-Pro Support)

My fault. It is IE8 not IE9. Filter does not work. I also have another problem: I can't get rid of the frame around the thumbs in IE8

By the way this a link to the Test Gallery:
http://www.photographicjourney.de/Galer … index.html

4

(10 replies, posted in Juicebox-Pro Support)

I reduced the problem. Now it works in Firefox and Chrome :-)

I changed the css like this:

.jb-idx-thb-list .jb-idx-thumb {
    opacity: 0.4;
    float: left;
    background-color: #000;
    position: relative;
}
.jb-idx-thb-list .jb-idx-thumb:hover {
    opacity: 1;
}

But it's not working in IE 9.0. Any suggestions?

Hi,

i tried to figure out how to edit the css but I can't find the correct line. I want to be the thumbnails a little bit darker and just the one where the mouse hoovers should look normal. Because I use a dark background I thought I could simply asign an amount of "opacity" to the thumbs and set it different for the hoover effect.

But I can't find the line in the css where I have to put the opacity value?