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




1 comment:
Thanks for the great Tip. I wasted 3 days on finding png fix solutions. :)
Post a Comment