diff --git a/doc/ChangeLog b/doc/ChangeLog index c773565ca..61d5977b3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2005-10-20 chrisaga + + * bug 176 fixed: need a javascript to handle transparent PNG background in IE + (tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm + + * display: fixed another IE childselector bug in Categories Management admin page + and improved display of this page in all browsers too. + 2005-10-18 Pierrick LE GALL * bug 174 fixed: use_exif_mapping configuration parameter was not diff --git a/include/pngfix.js b/include/pngfix.js new file mode 100644 index 000000000..ba1a099ae --- /dev/null +++ b/include/pngfix.js @@ -0,0 +1,29 @@ + +// Correctly handle PNG transparency in Win IE 5.5 or higher. +// http://homepage.ntlworld.com/bobosola. Updated 02-March-2004 + +function correctPNG() + { + for(var i=0; i" + img.outerHTML = strNewHTML + i = i-1 + } + } + } +window.attachEvent("onload", correctPNG); \ No newline at end of file diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index eac26fa78..5d968eaa1 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -5,10 +5,10 @@
-