Pues no funiona aqui te pongo el codigo para que lo veas:
este le puse un contenido con posicion absoluta y no funciona:
Código PHP:
<head>
<style>
#contenedor
{
width: 800px;
margin: 0 auto;
background-color: #99CCFF;
}
#principal
{
width: 750px;
position: relative;
margin: 0;
float: left;
}
#auxiliar
{
width: 750px;
margin: 0;
background-color: #0000CC;
float: left;
}
</style>
</head>
<body>
<div id="contenedor">
<div id="principal">
<div style="background-color: yellow; width: 700px; height: 100px; position: absolute; right: 0; bottom: 25px;">
estan todos los otros divs pero todos con posicion absolute
</div>
<div style="background-color: red; width: 700px; height: 100px; position: absolute; right: 0; bottom: 25px;">
estan todos los otros divs pero todos con posicion absolute
</div>
</div>
<div id="auxiliar">
aqui un contenido auxiliar
</div>
</div>
Como ya dije antes el problema es que no toma altura es como si el div principal no tubiera contenido