Jump to content

Problemas LightBox - thickbox con IExplorer 8


Chinocuba

Recommended Posts

Hola todos

Hace 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.5

Gracias

pd:Todo funciona ok en Firefox que es el que uso


edito: 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

  • 2 weeks later...

Hola Grillo

Lo 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 esperar
saludos

Link to comment
Share on other sites

  • 1 month later...

SOLVED

modify this chunk in thickbox-modified.js

function 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

  • 1 year later...
SOLVED

modify this chunk in thickbox-modified.js
Cheers


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

Guest
This topic is now closed to further replies.
×
×
  • Create New...