Código HTML:
<html> <head> <title>Prueba de Frame</title> <style type="text/css"> <!-- body { margin-top: 0px; margin-bottom: 0px; } --> </style></head> <frameset rows="135,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="encabezado.html" name="arriba" frameborder="no" scrolling="auto" noresize="noresize" id="arriba" title="arriba" /> <frame src="cuerpo.html" name="abajo" frameborder="no" scrolling="auto" marginheight="0" id="abajo" title="abajo" /> </frameset> <noframes><body> </body> </noframes> </html>
Se puede hacer algo al respecto???, desde ya gracias y saludos