Wed, 2009-01-21 12:38
Hi all,
I've been browsing around to try and figure out how we should be doing "opacity" and this is what I got so far:
div { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: .5; }
What about -khtml-opacity? Has that been deprecated or do we still need it?
Wed, 2009-01-21 16:28
#1
What are you trying to do
What are you trying to do that you can't do with a png?