Chinocuba Posted May 7, 2009 Share Posted May 7, 2009 Hola todosHace poco instale el Explorer 8 y veo que las imagenes generadas (thickbox) no quedan centradas en la pagina, he buscado y al parecer debe actualizarce la version de thickbox 3.1 (patcht) (es correcto eso o no?). En caso de serlo hay algun enlace o tuto disponible para hacerlo...version PS 1.1.0.5Graciaspd:Todo funciona ok en Firefox que es el que usoedito: he encontrado esto si de algo ayuda http://jamazon.co.uk/web/2008/03/17/thickbox-31-ie7-positioning-bug/#comment-582 Link to comment Share on other sites More sharing options...
narf Posted May 21, 2009 Share Posted May 21, 2009 Hola Chinocuba, me podria dar mas detalles de lo que has hecho para resolver el problema.Gracias. Link to comment Share on other sites More sharing options...
Chinocuba Posted May 21, 2009 Author Share Posted May 21, 2009 Hola GrilloLo siento, pero abri el post pues despues de buscar un poco no he encontrado solucion, las que habian eran para el explorer 7 ....pense que algun desarrollador nos diese la solucion.Suerte y a esperarsaludos Link to comment Share on other sites More sharing options...
mcornelis Posted June 24, 2009 Share Posted June 24, 2009 SOLVEDmodify this chunk in thickbox-modified.jsfunction tb_position() {$.browser.msie6 = $.browser.msie && /MSIE 6\.0/i.test(window.navigator.userAgent) && !/MSIE 7\.0/i.test(window.navigator.userAgent) && !/MSIE 8\.0/i.test(window.navigator.userAgent);$("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'});if ( !(jQuery.browser.msie6)) { // take away IE6$("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'});[spam-filter]Cheers Link to comment Share on other sites More sharing options...
Pippo3000 Posted October 31, 2010 Share Posted October 31, 2010 SOLVEDmodify this chunk in thickbox-modified.jsCheers sorry, how's this for dummies? What do I need to add or modify? I am using PS 1.3.2 and I see in thickbox-modified.js this code snippet:$.browser.msie6=$.browser.msie&&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent);$(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;});function tb_init(domChunk){$(domChunk).click(function(){var t=this.title||this.name||null;var a=this.href||this.alt;var g=this.rel||false;tb_show(t,a,g);this.blur();return false;}).removeClass('thickbox');} how does now go together with the code given above?phil Link to comment Share on other sites More sharing options...
Recommended Posts