Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/05/2009, 03:11
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: Segunda columna al 100%

hola amigo pues la verdad habría que ver como quieres que quede pero asta donde te entendi no se puede lo que tu pides en mi caso lo aria de la siguiente manera

CSS:
Código HTML:
html, body{margin:0; padding:0; height:100%;}
#cont{width:100%; height:100%;}
#leftside{
	width:220px;	
	height: 100%;
	background:#2F74B1 url(img/later_adm.gif) repeat-x;
	text-align:right;
	float:left;
	margin-right:10px;
	padding:0 10px;
}
HTML:
Código HTML:
<div id="cont">
  <div id="leftside">hola</div> mundo 
  </div>