XeonGX
New Member
Hello everyone,
I am facing a problem,
I want to make a div to stick to the bottom of its container,
But I don't want to use the absolute, bottom : 0 way because it makes the div stick to the bottom of the browser window, not the container div.
I am facing a problem,
I want to make a div to stick to the bottom of its container,
But I don't want to use the absolute, bottom : 0 way because it makes the div stick to the bottom of the browser window, not the container div.
Code:
<div id="container">
<div id="top">This should stick to the top</div>
<div id="bottom">This should stick to the bottom</div>
</div>