Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2008, 15:36
GUSUM
 
Fecha de Ingreso: abril-2008
Mensajes: 201
Antigüedad: 16 años
Puntos: 0
Respuesta: Marco desplazado en el Internet Explorer

Hola David!
Este es código, gracias!
Código HTML:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
  <frame src="menu.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frame src="inicio.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>