IMAGE OPACITY colour effect
-
Hello
I am using Twenty Ten and want the opacity of an image to change when a mouse hovers over it. I have used the following code in my child theme, but I want the opacity to go to a black colour not white, can anyone advise how to do this?Thanks
img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
img:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘IMAGE OPACITY colour effect’ is closed to new replies.