amiguillos: no logro hacer que me aparezca el menu lateral.
al que me pueda ayudar le agradezco demasiado
aqui esta el estilo general.css
body {text-align: center}
#global {width:800px; margin:4px auto}
#cabecera {background-color:pink}
#navegacion{background-color:gray}
#contenido {background-color:orange; width:800px;float:left}
#menu{background-color:yellow;width:150px; float:left}
#menu li {list-style:none;}
#pie {background-color:brown}
y aqui esta la plantilla:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="cabecera">Bienvenidos a mi Web</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu>">
<ul>
Enlace 1
Enlace 2
Enlace 3
</div>
Esta será la zona principal de la web
</div>
<div id="pie">Este es el pié de página</div>
</div>
</body>
</html>
</body>
</html>
al que me pueda ayudar le agradezco demasiado
aqui esta el estilo general.css
body {text-align: center}
#global {width:800px; margin:4px auto}
#cabecera {background-color:pink}
#navegacion{background-color:gray}
#contenido {background-color:orange; width:800px;float:left}
#menu{background-color:yellow;width:150px; float:left}
#menu li {list-style:none;}
#pie {background-color:brown}
y aqui esta la plantilla:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="cabecera">Bienvenidos a mi Web</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu>">
<ul>
</div>
Esta será la zona principal de la web
</div>
<div id="pie">Este es el pié de página</div>
</div>
</body>
</html>
</body>
</html>