Abrir reportes en nueva ventana.
[CLab.git] / logo_msie.css
blob3dd792e7b8d886f965d0b02ed6f89f567e53c8ee
1 /*
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.
4 */
6 * html h1
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');