Acs Posted March 27, 2008 Share Posted March 27, 2008 I was using this little trick to set png transparency *background-image: none ! important; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=.file.png,sizingMethod=crop); This was all working great! But recently I download an update or path or whatever it was for ie6 and now this simply doesn't work! The png is not displayed at all. In ie7 version I have (I am running a stand alone version so it's not the most current one) it displays well with out this trick, but I really need this to work. Thanks Link to comment https://forums.phpfreaks.com/topic/98243-png-transparency-in-ie6/ Share on other sites More sharing options...
ToonMariner Posted March 30, 2008 Share Posted March 30, 2008 I use this method http://www.twinhelix.com/css/iepngfix/ - horses for courses IMO - I just don't like the filter method... You could consider using a gif instead in ie6 and use a conditional comment to include a separate stylesheet for ie6 only.... Link to comment https://forums.phpfreaks.com/topic/98243-png-transparency-in-ie6/#findComment-504368 Share on other sites More sharing options...
Acs Posted March 30, 2008 Author Share Posted March 30, 2008 A gif can't compare in quality to a png! And the image I am using really needs to have quality! Thanks for the reply Link to comment https://forums.phpfreaks.com/topic/98243-png-transparency-in-ie6/#findComment-504384 Share on other sites More sharing options...
ToonMariner Posted March 30, 2008 Share Posted March 30, 2008 yeah buts its ie6 - you need to find someway of punishing people for not dumping it while still providing them with meaningful content... Link to comment https://forums.phpfreaks.com/topic/98243-png-transparency-in-ie6/#findComment-504395 Share on other sites More sharing options...
Acs Posted March 30, 2008 Author Share Posted March 30, 2008 Lol! That's true. But since this is for a client I just can't do that. Thanks again for the help Link to comment https://forums.phpfreaks.com/topic/98243-png-transparency-in-ie6/#findComment-504592 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.