Thumbnail Style

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?

Comments

Sign In or Register to comment.