CSS – Background Transparant

img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}

img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

− 7 = 3