19/12/2009, 20:33
|
| | Fecha de Ingreso: octubre-2009 Ubicación: Catamarca
Mensajes: 91
Antigüedad: 15 años, 1 mes Puntos: 4 | |
Respuesta: duda frames y dreamweaver Asi:
<html>
<head>
<title></title>
</head>
<body><iframe width="500" height="400" src="iframe.html" AllowTransparency></iframe>
</body>
</html>
y asi
<html>
<head>
<title></title>
</head>
<body style="background-color: transparent;">
</body>
</html> |