From a61efb8db4904a848ba69f3e87747db5883693c1 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 18 Jul 2009 01:44:22 +0200 Subject: Site now looks passable in IE6 and IE7 too. --- website/logi/iepngfix.htc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/logi/iepngfix.htc') diff --git a/website/logi/iepngfix.htc b/website/logi/iepngfix.htc index 7ca4dbe9..bbfb23c5 100755 --- a/website/logi/iepngfix.htc +++ b/website/logi/iepngfix.htc @@ -13,7 +13,7 @@ IEPNGFix.data = IEPNGFix.data || {}; // This must be a path to a blank image, relative to the HTML document(s). // In production use I suggest '/images/blankImg' or similar. That's all! -IEPNGFix.blankImg = 'logi-img/clear.gif'; +IEPNGFix.blankImg = 'clear.gif'; IEPNGFix.fix = function(elm, src, t) { -- cgit