Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/05/2011, 08:03
Avatar de mikolbe
mikolbe
 
Fecha de Ingreso: octubre-2010
Mensajes: 104
Antigüedad: 13 años, 6 meses
Puntos: 2
Respuesta: Medidas de objetos

Cita:
Iniciado por Ueki Ver Mensaje
Vale, perdona la tardanza, pero ya lo he arreglado.

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Untitled Document</title>
  5. </head>
  6. body {
  7.     margin-bottom:0px;
  8.     margin-left:0px;
  9.     margin-right:0px;
  10.     margin-top:0px;
  11. }
  12.  
  13. <table height="100%" width="100%">
  14. <tr>
  15. <td>
  16. </td>
  17. </tr>
  18. <iframe width="100%" height="100%" name="mainFrame" src="http://www.google.com" ></iframe>
  19. </body>
  20. </html>

El problema ha sido que te expliqué mal, creo.

"<table height="100%" width="100%">" -> Ahí había que poner 100% y no 100px.

Saludos
La tabla sustituye un SWF con esas mismas dimensiones, el iframe esta por fuera de la tabla.

Saludos.-

<<[[MIKOL]]>>