/ Published in: CSS
Expand |
Embed | Plain Text
#element{ filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
Comments
Subscribe to comments
You need to login to post a comment.
quickredfox on 10/03/09
4 people have marked this snippet as a favorite
#element{ filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
Subscribe to comments
You need to login to post a comment.
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";