jquery - Issue applying DD_belatedPNG png fix on images within a lightbox (IE6) -
jquery - Issue applying DD_belatedPNG png fix on images within a lightbox (IE6) -
i trying invoke dd_belatedpng prepare on images within lightbox 1 time has been called. okay, that's easy plenty colorbox:
$(el).colorbox({ ... oncomplete:function(){ dd_belatedpng.fix('#product_pop .fixme'); } }); this works fine, , pngfix applied works first time lightbox called, subsequent calls lightbox don't seem have png prepare applied :s
i've tried calling pngfix first time lightbox opened, , each subsequent view, nil (as per illustration below) - doesn't seem help either.
example here
jquery internet-explorer-6 lightbox colorbox pngfix
Comments
Post a Comment