DOMWindow + jQuery png fix

DOMWindow + jQuery png fix

I'm using cody lindley's DOMWindow plugin to display a custom light box using Ajax Content - http://swip.codylindley.com/DOMWindowDemo.html .

Works great, except in ie6. My ajax content contains transparent .png's and I'm using jQuery.pngFix ( http://jquery.andreaseberhard.de/pngFix/ ) to work this out on other pages. But it doesn't seem to work in the DOMWindow.

I've tried adding the pngFix directly to the page I'm pulling in but it doesn't seem to make a difference.

Any suggestions?

Thanks,

Joe