You can add the next CSS rules to site template CSS file:
Code: |
.fixed_flickr_gallery A
{
opacity: .5; /* FF 1.5+, Opera, Safari */
filter: alpha(opacity=50); /* IE 7 and below */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-khtml-opacity: .5; /* Safari 1.x */
-moz-opacity: .5;
}
.fixed_flickr_gallery A:hover
{
opacity: 1; /* FF 1.5+, Opera, Safari */
filter: alpha(opacity=100); /* IE 7 and below */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
-khtml-opacity: 1; /* Safari 1.x */
-moz-opacity: 1;
}
|
Regards,
ARI Soft