![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/12/2011, 12:36
|
![Avatar de Hurieta](http://static.forosdelweb.com/customavatars/avatar387859_1.gif) | | | Fecha de Ingreso: enero-2011
Mensajes: 27
Antigüedad: 14 años 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"}
|