Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/09/2010, 19:54
Avatar de Lautaro_eb
Lautaro_eb
 
Fecha de Ingreso: mayo-2010
Ubicación: Bariloche, Argentina
Mensajes: 284
Antigüedad: 13 años, 11 meses
Puntos: 24
Respuesta: Css me esta haciendo una escalera.

Perdon Pense que lo avia postias :S
Código:
<style>
	#container{
		border: 0px solid #FF3333;
		margin-left:25%;
		height: 0% auto;
	}
	#titulos{
		float:center;
		border: 0px solid #330000; 
		font-size: 25px;
		text-align: left;
	}
	#cuerpo{
		float:center;
		border: 0px solid #330000; 
		padding-left: 10px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
		width: 70%;
	}
	#comluna1{
		width:0% auto;
		height:0% auto;
		float:left;
	}
	#test-a{
		float:center;
		width:0% auto;
		height:0% auto;
		padding-bottom: 10px;
	}
	#cet{
		margin-left: 10%;
	}
</style>