The pngFix pluggin and nested png's

The pngFix pluggin and nested png's

Hi there again, I'm using pngFix plugin to work with some png under the doomed IE6 :twisted: If I apply the fix to the document:
$(document).ready(function()
{
   $(document).pngFix();
});

It fixes the first png in the site, in this case one applied to a wrapper div.
Inside this wrapper I have another div (menu) which contains an ul with some png's, for those, the pngFix is doing nothing...
Supposely, this fix is applied to all the elements inside the document, but it doesn't...[/code]