jeffrey morin wrote:
> hello again,
>
> i was wondering if anyone knows what is going on with this. i have been
> reading about png support in ie6 and am trying to not use javascript to fix
> it. i have my img src pointing to a blank gif like i was told and have the
> following in my css:
>
> * html #logo{
> background: transparent;
> filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../logo.png",
> sizingMethod="scale");
> }
>
> this points to the png that i want. now it comes up on screen with the
> correct dimensions when i view image dimensions but the image is completely
> missing. does anyone know what is going on here?
>
>   
Yes I ran into this as well.  It turns out that the path for the image 
loader is relative to the /page/ that the image is being displayed in - 
not the CSS file.  I had to move this into a conditional comment on each 
page because I don't have all my pages in one directory, or even at the 
same level (so I couldn't consistently use ../location-of-image).  Drove 
me nuts for a while too :-)

Lori

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to