Ver original<div id="container"> <p> hola </p> <div id="footerdelcontainer"> hello </div></div>
Ver original#container{ width: 600px; height: 400px; background: red; position: relative;}#footerdelcontainer{ position: absolute; bottom: 5px; background: yellow; width: 600px;}