Forum Moderators: open
Do you guys know if there is a JavaScript somewhere on the Web that can fix this? And if there is one, what JavaScript should I use to use that script IF the user's browser IS IE 6 using If and Else? For instance, something like
if { browser=IE6
Show This JavaScript To Fix PNG Bug!
}
else {
Do nothing!
}
Sorry for my lack of JavaScript knowledge. I'm just not really familiar with the syntax yet.
Thanks for the help!
There's a very full discussion of this in an earlier thread here [webmasterworld.com]. It includes a link to test images of the various types of png transparency, on this page:
[libpng.org...]
There is also a scripted fix for this png transparency problem. It creates an .htc file for IE 5.5 and 6 to use. ( Reference [msdn2.microsoft.com...] )
[webfx.eae.net...]