Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2008, 20:49
p2pdownloading
Invitado
 
Mensajes: n/a
Puntos:
como agregar otro menu a este codigo?

hola quisera saber como agregar otro menu pero en el margen derecho a este codigo

saludos!


Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<
html lang="es-es">
<
head>
<
title>Cien por cien de alto</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
style type="text/css">
* {
margin0px;
padding0px;
}
#content {
text-alignleft;
height100%;
width100%;
}

#menu {
floatleft;
width120px;
height100%; 
background-color#c1e65a;
}
#main {
padding-left10px;
background-color#f30;
height100%; 
}

</
style>
</
head>

<
body>
<
div id="content">

<
div id="menu">
</
div>

<
div id="main">
</
div>

</
div
</
body>
</
html