Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/09/2004, 10:24
hagings_trigger
 
Fecha de Ingreso: febrero-2002
Ubicación: Barranquilla
Mensajes: 42
Antigüedad: 22 años, 2 meses
Puntos: 0
Sitio sin tablas

(post editado)
Saludos,

La filosofia de dibujar las paginas sin utilzar tantas tablas es excelente, como lo propueso hace tiempo netscape y casi nos obliga dreamweaver (excelente).

Solucion



Les envio el codigo

Código:
#header{
	background-color: #FFFFFF;
	height: 90px;
	position: relative;
}
#navigation{
	background-color: #006699;
	color: #FFFFFF;
	padding: 3px;
	position: relative;
	text-align: center;
}
#left{
	background-color: #EEEEEE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	float: left;
	padding-bottom: 5px;
	width: 200px;
}
#right{
	margin-left: 200px;
	padding: 10px;
	position: relative;
}
#footer{
	background-color: #006699;
	bottom: 0px;
	clear: both;
	color: #FFFFFF;
	padding: 3px;
	position: relative;
	text-align: center;
}
Gracias
__________________
Trigger :-D

Última edición por hagings_trigger; 27/09/2004 a las 12:47