Tema: Enlaces HTML
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/09/2010, 22:31
Avatar de iderivera
iderivera
 
Fecha de Ingreso: julio-2008
Ubicación: Sincelejo
Mensajes: 28
Antigüedad: 15 años, 7 meses
Puntos: 0
De acuerdo Respuesta: Enlaces HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mi Texto</title>
<style type="text/css">
.MISION {
font-weight: bold;
}
.VISION {
font-weight: bold;
}
.AMABLES {
font-weight: normal;
}
.CLIENTES {
font-weight: normal;
}
.GENTE {
font-weight: normal;
}
.COMPROMISO {
font-weight: normal;
}
body p {
font-family: "Courier New", Courier, monospace;
}
body p {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight: bold;
color: #036;
}
ajustar {
text-align: justify;
}
.Color {
color: #0CF;
}
.f {
color: #03C;
font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
font-family: Verdana, Geneva, sans-serif;
color: #3A3A90;
font-size: medium;
}
body {
background-color: #0FF;
}
.f p a {
color: #00FF80;
}
a:link {
color: #F00;
}
a:visited {
color: #FF0;
}
.f p a {
color: #F00;
}
</style>
</head><body bgcolor="#00FFFF" class="f">


<p>MENU GENERAL</p>

<p><a href="Introduccion.html" tabindex="1" title="e1" accesskey="1" target="_self">1. Introduccion</a></p>
<p><a href="Objetivos.html" tabindex="2" title="e2" accesskey="2" target="_self">2. Objetivos</a></p>
<p><a href="Justificar.html" tabindex="3" title="e3" accesskey="3" target="_self">3. Justificacion</a></p>
<p><a href="Propositos.html" tabindex="4" title="e4" accesskey="4" target="_self">4. Propositos</a></p>
<p><a href="Metas.html" tabindex="5" title="e5" accesskey="5" target="_self">5. Metas</a></p>
<p><a href="Contexto_T.html" tabindex="6" title="e6" accesskey="6" target="_self">6. Contexto Teorico</a></p>
<p><a href="Metodologia.html" tabindex="7" title="e7" accesskey="7" target="_self">7. Metodologia</a></p>
<p><a href="Sistema_E.html" tabindex="8" title="e8" accesskey="8" target="_self">8. Sistema de Evaluacion</a></p>
<p>&nbsp;</p>
</body>
</html>

Carlos alli te envio el codigo.

Inserte unos marcos y me gustaria que este menu apareciera en la parte izquierda y cuando seleccione una opcion me muestre el contenido de la pagina pero en el marco de la derecha, dejando fijo el Menu.

Gracias de antemano
IDER