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

2 comments:

Post a Comment