2 * This is a workarround for the lack of PNG alpha-channel support in MSIE.
3 * It renders the same image through DirectX instead, which renders it just fine.
8 /* filter is a non-standard CSS tag, so that's why it's in a separate CSS file */
9 background-image: none
;
10 filter: progid:DXImageTransform
.Microsoft
.AlphaImageLoader
(enabled
=true
, src
='/logo.png');