View Single Post
Old 25-08-2005, 11:44   #2 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,721
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
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:
progidXImageTransform.Microsoft.AlphaImageLoader (src=images/logo.png,
sizingMethod='scale'
cursor:hand;
}
  Reply With Quote