Página 1 de 1

con navegador chrome no se ven imagenes

Publicado: 18 Ene 2011, 12:00
por patito_loko
me eh dado cuenta que cuando mis usuarios hacen post con el navegador chrome no se visualizan las imagenes dejando una pequeña x en el lugar de las imagenes o emoticons.

Como veran en los otros navegadores como firefox o internet explorer funciona todo bien pero en crhome no. Alguna posible solucion? :cry:

con navegador chrome no se ven imagenes

Publicado: 18 Ene 2011, 15:57
por leviatan21
patito_loko escribió:Como veran en los otros navegadores como firefox o internet explorer funciona todo bien pero en crhome no. Alguna posible solucion? :cry:
Donde podemos ver ese problema, danos un enlace donde suceda eso, no podemos estar buscando, por todo tu foro :wink:

con navegador chrome no se ven imagenes  Tema Solucionado

Publicado: 18 Ene 2011, 16:26
por andredmau5
MODs instalados: (almasin wysiwyg)

es por ese motd
execc escribió: there is quick and dirty solution:

find in wc.js

Código: Seleccionar todo

                     elements[i].setAttribute('style','vertical-align:middle');
and just remove it

find

Código: Seleccionar todo

        r(/\[img\](.*?)\[\/img\]/gi,'<img style="vertical-align:middle;" src="$1">');   
change to

Código: Seleccionar todo

        r(/\[img\](.*?)\[\/img\]/gi,'<img src="$1">');
and this line

Código: Seleccionar todo

                if(isIE) comm._HTML('&nbsp;','&nbsp;','<img style="vertical-align:middle;" src="'+ imagePath +'" />');
change to

Código: Seleccionar todo

                if(isIE) comm._HTML('&nbsp;','&nbsp;','<img src="'+ imagePath +'" />');
chaos

con navegador chrome no se ven imagenes

Publicado: 18 Ene 2011, 21:23
por patito_loko
andredmau5 escribió:MODs instalados: (almasin wysiwyg)

es por ese motd
execc escribió: there is quick and dirty solution:

find in wc.js

Código: Seleccionar todo

                     elements[i].setAttribute('style','vertical-align:middle');
and just remove it

find

Código: Seleccionar todo

        r(/\[img\](.*?)\[\/img\]/gi,'<img style="vertical-align:middle;" src="$1">');   
change to

Código: Seleccionar todo

        r(/\[img\](.*?)\[\/img\]/gi,'<img src="$1">');
and this line

Código: Seleccionar todo

                if(isIE) comm._HTML('&nbsp;','&nbsp;','<img style="vertical-align:middle;" src="'+ imagePath +'" />');
change to

Código: Seleccionar todo

                if(isIE) comm._HTML('&nbsp;','&nbsp;','<img src="'+ imagePath +'" />');
chaos

Muchas gracias andredmau5 tu respuesta era lo que queria! deberian ascenderte a usuario VIP Saludos compañero