Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/03/2008, 12:29
Avatar de Raulmmmm
Raulmmmm
 
Fecha de Ingreso: marzo-2007
Ubicación: En otro lugar que tú
Mensajes: 1.549
Antigüedad: 17 años, 1 mes
Puntos: 36
Re: Menu fijo en pagina web

Creo que es así:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Título</title>
</head>
<frameset rows="15%, 85%">
<frame src="contents_of_frame1.html">
<frame src="contents_of_frame2.gif">
</frameset>
</html>