How to fix so that IE 6 can show transparent pngs?
G galaxyAbstractor Community Advocate Community Support Messages 5,508 Reaction score 35 Points 48 Apr 25, 2008 #1 How to fix so that IE 6 can show transparent pngs?
TechAsh Retired Messages 5,853 Reaction score 7 Points 38 Apr 25, 2008 #2 There is a tutorial here for a javascript method. I don't know how good it is but you could give it a try. And another one here. Last edited: Apr 25, 2008
There is a tutorial here for a javascript method. I don't know how good it is but you could give it a try. And another one here.
tnl2k7 Banned Messages 3,131 Reaction score 0 Points 0 Apr 25, 2008 #3 Hello, The first link TechAsh sent you (http://homepage.ntlworld.com/bobosola/) works great, I used the same one a while back for a school project. I'd advise using the one where you make a .js file and link to it using Code: <script src="yourjsfile.js" type="text/javascript"></script> This take a lot less time and is much easier in the long run. -Luke.
Hello, The first link TechAsh sent you (http://homepage.ntlworld.com/bobosola/) works great, I used the same one a while back for a school project. I'd advise using the one where you make a .js file and link to it using Code: <script src="yourjsfile.js" type="text/javascript"></script> This take a lot less time and is much easier in the long run. -Luke.
cowctcat New Member Messages 401 Reaction score 0 Points 0 Apr 25, 2008 #4 everything seems to be in order here * Closed * Last edited by a moderator: Apr 25, 2008