Hay va! Al ser Frame te meto el del index y el del Menu Izquierdo:
Los demas tienen el mismo o parecido codigo cambiando el contenido
Nota: Solo pasa con Firefox que es por el cual me interesa IE ni te molestes en mirar que no le quiero XD
INDEX
Código HTML:
<head>
<title>Full Sessions...Zon@ Descargas</title>
</head>
<frameset framespacing="0" border="0" rows="83,*" frameborder="0">
<frame name="titular" scrolling="no" target="contenido" src="Encabezado.htm" marginwidth="0" marginheight="0">
<frameset cols="196,*">
<frame name="contenido" target="principal" src="Izquierda.htm" scrolling="auto">
<frame name="principal" scrolling="auto" src="Principal.htm" target="_self">
</frameset>
<noframes>
<body bgcolor="#000000" text="#99CCFF">
<p><font face="Verdana" size="2">- Pero Bueno los tiempos que corren hoy en dia y aun tu navegador no acepta los
marcos :-(</font></p>
<p><font face="Verdana" size="2">- Actualizalo de una puta vez !!!</font></p>
</body>
</noframes>
</frameset>
Y el del Menu Izquierdo
Código HTML:
<head>
<title>Full Sessions...Secciones</title>
<base target="principal">
<style type="text/css">
<!--
body { cursor:url(cursor.cur); }
-->
</style>
<STYLE TYPE="text/css"><!--
BODY {
scrollbar-arrow-color:#003366;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-face-color:#99CCFF;
scrollbar-highlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#000000;
}
//--></STYLE>
<style fprolloverstyle>A:hover {color: #00FF00}
</style>
<SCRIPT language=JavaScript>
function blockError(){return true;}
window.onerror = blockError;
</SCRIPT>
</head>
<body bgcolor="#000000" text="#99CCFF" link="#99CCFF" vlink="#99CCFF" alink="#99CCFF">
<table align="center" border="1" width="100%" cellspacing="0" cellpadding="0" bordercolor="#99CCFF" height="219">
<tr>
<td width="100%" bgcolor="#003366" bordercolor="#000000" height="10">
<p align="center"><img border="0" src="Imagenes/secciones.gif" width="114" height="10"></td>
</tr>
<tr>
<td width="100%" height="18">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="Principal.htm" target="principal" style="text-decoration: blink">Inicio</a></font>
</td>
</tr>
<tr>
<td width="100%" height="18">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_1.htm" target="principal" style="text-decoration: blink">Bumpin/Hardhouse</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_2.htm" target="principal" style="text-decoration: blink">Poky</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_3.htm" target="principal" style="text-decoration: blink">Progresive</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_4.htm" target="principal" style="text-decoration: blink">Cantaditas</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_5.htm" target="principal" style="text-decoration: blink">Techno/Electro</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_6.htm" target="principal" style="text-decoration: blink">Trance/Minimal</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_7.htm" target="principal" style="text-decoration: blink">House/Chill Out</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_8.htm" target="principal" style="text-decoration: blink">Otros Estilos</a></font></p>
</td>
</tr>
<tr>
<td width="100%" height="15">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<font size="2" face="Verdana"><img border="0" src="Imagenes/fletxa.gif" width="11" height="11" align="center"><a href="seccion_9.htm" target="principal" style="text-decoration: blink">Remember</a></font></p>
</td>
</tr>
</table>
</body>