Tuesday, July 13, 2010

IE thickbox iframe background is white

If your thickbox iframe background is white you need to add allowtransparency='true' to the iframe.

open up the thickbox.js file and do a search for "<iframe" then just add the missing parameter.

jQuery("#TB_window").append("");

Or if your lazy just download my fixed version


Stumble Upon CodePyro

1 comment:

Vipin said...

Thanks for the great Tip. I wasted 3 days on finding png fix solutions. :)

Post a Comment