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 Quote Link to comment 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.... Quote Link to comment 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 Quote Link to comment 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... Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.