Foros del Web » Creando para Internet » CSS »

como agregar otro menu a este codigo?

Estas en el tema de como agregar otro menu a este codigo? en el foro de CSS en Foros del Web. 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 ...
  #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
  #2 (permalink)  
Antiguo 21/04/2008, 03:42
 
Fecha de Ingreso: octubre-2006
Ubicación: Murcia - España
Mensajes: 336
Antigüedad: 17 años, 6 meses
Puntos: 6
Re: como agregar otro menu a este codigo?

Mira a ver si te vale esto:

Código HTML:
<!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">

	* { margin: 0px; padding: 0px; }
	#content { text-align: left; height: 100%; margin:auto; width:770px; }
	
		#menu { float: left; width: 100px; height: 100%;  background-color: #c1e65a; }
		#main { float:left; padding:0 10px 0 10ppx; width:550px; background-color: #f30; height: 100%; }
		#menudrc { float:left; width:100px; height:100%;  background:blue; }

</style>
</head>

<body>
<div id="content">

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

</div> 
</body>
</html> 
  #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
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:41.