iPixel Posted May 11, 2009 Share Posted May 11, 2009 I've googled and googled and i just cannot get it to work in IE6 !! Im dying here! Help?! My container div #container { width:1017px; min-height:100%; margin:0 auto; margin-top:0px; background-image:url('images/tallBG.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tallBG.png',sizingMethod='scale'); background-repeat:repeat-y; } it's a simple background with drop shadows on each edge, and the transparent part well is not transparent in IE6. Any help would be GREATLY appreciated. Thanks 2 All who help. Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted May 11, 2009 Share Posted May 11, 2009 IE6 does not support transparent pngs ... yeah, yet another "What were we thinking?" moment brought to you by Microsoft. When I want to use a transparent png, I use the PNG for modern browsers, then make a duplicate graphic as a tranparent gif and use a conditional comment to parse it for IE6. It doesn't look as good, but it is better than nothing. Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted May 11, 2009 Share Posted May 11, 2009 Or you could just code/develop for IE7 and up. 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.