only used the alpha image filter in a IE-only css file. it always worked...
something like this
Quote:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="assets/ieStyleCorrect.css"/>
<![endif]-->
|
Quote:
/* CSS Document */
a#logo {
background-image: none;
filter:
progid XImageTransform.Microsoft.AlphaImageLoader (src=images/logo.png,
sizingMethod='scale'
cursor:hand;
}
|