I´m trying to get an active status of my thumbnails done, but i´m stuck right now.
Here is my css code from the thumbs:
`
.imagethumb a {
float:left;
display: block;
}
.imagethumb a:hover {
filter:alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.3;
}
.imagethumb a:active {
filter:alpha(opacity=50);
opacity:0.5;
-moz-opacity:0.3;
}
`
Is there a way to get this done? So that the selected or active thumb gets a 50% alpha?
Can somebody please help?
Nope, doesn´t work...
I´m nearly at the end of my project and this function is the only thing that´s missing,
would bee cool if this will work somehow...
My thumbnails are in image.php at the bottom of the big image. The code for
the thumbs in image.php is:
`
`
"title="">
" title="View album: ">
" title="">
`
`
Now, i get a highlighted thumb (that´s great!) but all thumbs in the same row are somehow not clickable anymore. thumbs below are!
And also the thumbnails are dynamicly swaping their position. Maybe it´s a problem with the previous code. Here is my actualized code:
`
"title="">
">
">
">
`
Ok, it´s working!
`
"title="">
">
">
`