Index: pngfix.js =================================================================== RCS file: /cvs/drupal/contributions/themes/civicspace/scripts/pngfix.js,v retrieving revision 1.2 diff -u -r1.2 pngfix.js --- pngfix.js 29 Aug 2005 21:52:13 -0000 1.2 +++ pngfix.js 15 Oct 2005 13:51:43 -0000 @@ -5,7 +5,7 @@ // updated 2005-05-11 to test for IE function correctPNG() { - if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) { + if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && navigator.userAgent.indexOf("Opera") == -1 && window.attachEvent) { for(var i=0; i