Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/01/2005, 22:45
eagoweb2
 
Fecha de Ingreso: septiembre-2003
Mensajes: 384
Antigüedad: 20 años, 7 meses
Puntos: 0
Problema con iframe en IE

Bien tengo tiempo desarrolando una pagina, pero todo el tiempor la he estado visualizando en mozilla y firefox pero ahora me tocó mirarla en Internet Explorer 6 y este codigo solo me muestra el iframe sin las dos imagenes laterales al iframe:

Código HTML:
//cargo mi header

 <tr>
   <td><img name="am_latizq" src="imagesMTP<?if($prefijo=="en"){echo"en";}/*idiomadecide();*/?>/am_latizq.jpg" width="100%" height="100%" border="0" alt=""></td>
   <td colspan="5" valign="top" bgcolor="#FFFFFF">
   <center>
   <br>
   <iframe name="inline1" width="400" height="380" style="border: 0px dashed #000000" border="0" frameborder="0" src="iframes.php?seccion=<?=$_GET['seccion'];?>&lang=<?=$prefijo;?>" target="_blank">
 </iframe>
   <?
   
   /*
   $cont_paises["contenido"]
   
   
   <img name="web20Teen20ESP_r3_c2" src="imagesMTP/web%20Teen%20ESP_r3_c2.jpg" width="401" height="448" border="0" alt="">
   */
   ?>
   </td>
   <td colspan="3"><img name="am_latder" src="imagesMTP/am_latder.jpg" width="100%" height="100%" border="0" alt=""></td>
   <td><img src="imagesMTP/spacer.gif" width="1" height="448" border="0" alt=""></td>
  </tr>

//y mi footer