Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2005, 04:55
miketrix_esp
 
Fecha de Ingreso: enero-2005
Ubicación: Barcelona
Mensajes: 384
Antigüedad: 19 años, 3 meses
Puntos: 0
Yo lo que haría es agrupar el div #Derecha y el #Inferior y que este último tenga una posición relativa (pie del div Derecha):

Código HTML:
<body>
	<div id="Superior"><? include ('cabecera.php');?></div>
	
	<div id="Izquierda"><? include ('left.php');?></div>
	
            <div id="Cuerpo">
   	    <div id="Derecha"><? include ('inicio.php');?></div>
	    <div id="Inferior"><? include ('pie.php');?></div>
             </div>
</body> 
En los CSS cambiar:

Código HTML:
div#Derecha { 
	position:[COLOR="Red"]relative[/COLOR]; 
	top:[COLOR="red"]0[/COLOR]; ; 
	left:25%; 
	width:70%;
	height:85%; 
}

div#Inferior { 
	position:[COLOR="Red"]relative[/COLOR]; 
	top:[COLOR="red"]0[/COLOR]; 
	left:2.5%; 
	width:100%; 
	height:203; 
}


/* AÑADIR ESTE NUEVO DIV */
[COLOR="red"]
div#Cuerpo{
	position:absolute; 
	top:202; 
	left:25%; 
	width:70%;
	height:85%;
}[/COLOR]
A ver si te sirve. Cuentanoslo. Suerte!
__________________
m!ketrix
CINE25 - Red Social de Cine
byinspiroh