<!-- Source is
http://www.darioferrer.com/varios/pruebaframe/ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Prueba frames</title>
<link rel="stylesheet" type="text/css" media="screen" href="Prueba_frames_files/estilos.css">
</head>
<frameset rows="180px,*" border="0" frameborder="0" framespacing="0">
<frame src="menu.php" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"noresize="noresize">
<frame src="texto.php" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0"noresize="noresize">
<noframes>
<h2>Contenido de esta página</h2>
<ul>
<li><a href="index.php?mostrar=prueba">Decoración Marrón</a></li>
<li><a href="index.php?mostrar=prueba2">Todo Azul</a></li>
<li><a href="index.php?mostrar=prueba3">Otoño</a></li>
<li><a href="index.php?mostrar=prueba4">Informal</a></li>
<li><a href="index.php?mostrar=prueba5">Tecnológica</a></li>
</ul>
</noframes>
</frameset>
</html>