Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/11/2008, 12:40
MadKat
 
Fecha de Ingreso: marzo-2008
Mensajes: 171
Antigüedad: 16 años, 8 meses
Puntos: 0
Respuesta: [PROBLEMA] FF y SAFARI si, IE no :S

Cita:
Iniciado por genuine_carlosV2 Ver Mensaje
Buenas,

El link no funciona de modo que no se por donde van los tiros. Lo que te puedo decir es que una vez intenté dar unos efectos a unas imágenes y me funcionaban en FF pero no en IE. Al final resultó que además del ID, al tag de la imagen le tenía que poner el NAME para que IE lo reconociese de modo que quedó así:
Código:
<img src="ruta" width="225" height="346" id="motos" alt="Motos" name="motos" />
A partir de entonces no tuve ningún problema.

Un saludo y suerte ;)
A mi me funciona bien :S no se porque no puedes verlo.

En cuanto a lo otro, probe poniendo el name como dices, pero tampoco funciona. Cual es el codigo que deberia postear para que puedan ayudarme?

Estos son los DIVS con las imagenes:

Código HTML:
 <div id="contenedorf">
        
		
        <div id="thumbnails">
		
		<a href="images/1.jpg" class="slideshowThumbnail"><img src="images/t1.gif" width="133" height="80" border="0" id="t1" name="t1" /></a>
		<table width="50" height="4" border="0" cellpadding="0" cellspacing="0" class="tabla">
          <tr>
            <td height="6"><img src="../../pixelt.png" width="1" height="4" /></td>
          </tr>
        </table> 
		<a href="images/2.jpg" class="slideshowThumbnail"><img src="images/t2.gif" width="133" height="80" border="0" id="t2" name="t2"/></a>
		<table width="50" height="4" border="0" cellpadding="0" cellspacing="0" class="tabla">
          <tr>
            <td height="6"><img src="../../pixelt.png" width="1" height="4" /></td>
          </tr>
        </table> 
		<a href="images/3.jpg" class="slideshowThumbnail"><img src="images/t3.gif" width="133" height="80" border="0" id="t3" name="t3"/></a>
		<table width="50" height="4" border="0" cellpadding="0" cellspacing="0" class="tabla">
          <tr>
            <td height="6"><img src="../../pixelt.png" width="1" height="4" /></td>
          </tr>
        </table> 
		<a href="images/4.jpg" class="slideshowThumbnail"><img src="images/t4.gif" width="133" height="80" border="0" id="t4" name="t4"/></a>
		<table width="50" height="4" border="0" cellpadding="0" cellspacing="0" class="tabla">
          <tr>
            <td height="6"><img src="../../pixelt.png" width="1" height="4" /></td>
          </tr>
        </table> 
		<a href="images/5.jpg" class="slideshowThumbnail"><img src="images/t5.gif" width="133" height="80" border="0" id="t5" name="t5"/></a>
		<table width="50" height="4" border="0" cellpadding="0" cellspacing="0" class="tabla">
          <tr>
            <td height="6"><img src="../../pixelt.png" width="1" height="4" /></td>
          </tr>
        </table> 
		<a href="images/6.jpg" class="slideshowThumbnail"><img src="images/t6.gif" width="133" height="80" border="0"  id="t6" name="t6"/></a> </div>
		 
        <script type="text/javascript">
	
		  			window.addEvent('domready',function(){
					var obj = {
					wait: 3000, 
					effect: 'fade',
					duration: 1000, 
					loop: true, 
					thumbnails: true,
					backgroundSlider: true,
					/*onClick: function(i){alert(i)}*/
					}
					show = new SlideShow('slideshowContainer','slideshowThumbnail',obj);
					show.play();
					});
	  </script>
	  
	  
	  <div id="conte_foto">
	  <div id="slideshowContainer" class="slideshowContainer"></div>
	  </div>
	  
	  
      </div> 
Muchas gracias nuevamente,

Besos,

Agus