Index: branches/1.0.x/inc/js/thickbox/thickbox.js =================================================================== diff -u -N -r15801 -r15860 --- branches/1.0.x/inc/js/thickbox/thickbox.js (.../thickbox.js) (revision 15801) +++ branches/1.0.x/inc/js/thickbox/thickbox.js (.../thickbox.js) (revision 15860) @@ -307,11 +307,11 @@ } else if (params.url.indexOf('TB_iframe') != -1) { TB.position(); - if ($.browser.safari) { + /*if ($.browser.safari) { // safari needs help because it will not fire iframe onload $('#TB_load').remove(); $('#TB_window').css('display', 'block'); - } + }*/ } else { var $content_url = params.url + '&random=' + (new Date().getTime()); @@ -419,11 +419,7 @@ TB.position = function () { $('#TB_window').css( {marginLeft: '-' + parseInt(TB.Width / 2) + 'px', width: TB.Width + 'px'} ); - - if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { - // take away IE6 - $('#TB_window').css( {marginTop: '-' + parseInt(TB.Height / 2) + 'px'} ); - } + $('#TB_window').css( {marginTop: '-' + parseInt(TB.Height / 2) + 'px'} ); } TB.parseQuery = function (query) {