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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -