Skip to content

CSS: Opacity for All Browser

this is sholud be working on All browser, except the legend IE6

.share-action a:hover{
opacity:0.8;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”;
}

Share

Be First to Comment

Leave a Reply

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