/ Published in: CSS
Crossbrowser css opacity. Breaks a bit if used for 24bit PNG with alpha.
Expand |
Embed | Plain Text
/* opacity */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
You need to login to post a comment.
