Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/05/2009, 10:49
Avatar de danistrein
danistrein
 
Fecha de Ingreso: septiembre-2008
Ubicación: Salta Capital
Mensajes: 550
Antigüedad: 15 años, 7 meses
Puntos: 9
Respuesta: DIV left y right?

SA MIRA este es el htm:
Código HTML:
<div id="subcontenido">

<div id="subcontenido-derecha" >sss</div>
<div id="subcontenido-izquierda">sss</div>


</div> 
este el css:

Código HTML:
#subcontenido {
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 850px;
	background: #000000;
	repeat: y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: #666666;
	border-style: double;
	width:100;
	height:100;
		
        }
#subcontenido-derecha {
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 600px;
	margin: 5px;
	border: #666666;
	border-style: ridge;

	
        }
#subcontenido-izquierda {
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 210px;
	margin: 5px;
	border: #666666;
	border-style: ridge;
	
        }