Should I use PNG transparency or CSS transparency?
My first instinct is to go with CSS. However I heard somewhere that the filter in IE is slow and that I would get
PNG transparency can do things CSS can't -- PNG alpha channel transparency can have different degrees of partial transparency for different parts of the image, while CSS opacity can't do that.