/ Published in: CSS
This works on all browsers including IE6/7/8, FF, Chrome, Safari.
Not sure if there are more reliable than this one. If you find one, please comment.
Thanks.
Expand |
Embed | Plain Text
#div { opacity: .5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
You need to login to post a comment.
