Hello, I have created new website & i used many PNG files as buttons & there i got problem in IE 6,7. buttons not showing correctly, not showing transparency but i tested in IE 8,Google Chrome, firefox & there this images work fine.please help me to fix this issue.how can i fix this isseu? Thanks
Not sure about IE7, but IE6 doesn't show transparent PNG as transparent. There are fixes for it if you search online a bit. I'll see if I can find one of them for you.
you can use JS to fix alpha transparency issue. if you just search on net, there are a lot of articles on how to do it available . Here is one i have used earlier http://24ways.org/2007/supersleight-transparent-png-in-ie6
IE6 and IE7 have massive problems with PNG you require to use always a JS to willl the PNG transparency with the content in the site, i have always use with excelent result IE PNG Fix you can find it in http://www.twinhelix.com/css/iepngfix/ and the documentation in http://www.twinhelix.com/css/iepngfix/demo/ Hope this helps