Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/04/2008, 05:50
p2pdownloading
Invitado
 
Mensajes: n/a
Puntos:
Re: como agregar otro menu a este codigo?

hola gracias por tu respuesta, me sirvio.. lo que necesitaba era esto
Código PHP:
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%;  

#menudrc { float:right; width:160px; height:100%;  background:blue; }
</style
</
head

<
body
<
div id="content"

<
div id="menu"
</
div

<
div id="main"

<
div id="menudrc">67908:47 a.m21/04/20089</div>

</
div

</
div>  
</
body
</
html