Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/12/2011, 12:36
Avatar de Hurieta
Hurieta
 
Fecha de Ingreso: enero-2011
Mensajes: 27
Antigüedad: 13 años, 4 meses
Puntos: 2
Respuesta: Hacer un IFRAME elástico

index.html

Código:
<html>
<head>
<title>Iframe Elastico</title>
<link href="estilos.css" rel="stylesheet" type="text/css">
</head>

<body>


<iframe src="http://www.google.com" class="elastico">



</body>


</html>
estilos.css

Código:
iframe.elastico{height:auto; width:"tantos px de ancho o si queres que tambien sea elástico le pones auto"}