Blazeix
07-25-2006, 03:49 PM
Hi. I'm trying to make a div that will be at the bottom of the page (the page will not be scrollable, so it just needs to be initially placed there). This is what I have so far, and it doesn't work.
<style type="text/css">
<!--
#container {
height:100%;
}
#bottom{
vertical-align: bottom;
}
-->
</style>
...
<div id="container">
<div id="bottom">
This should be at the bottom of the page!
</div>
</div>
Can anyone help? I've searched around, and there doesn't seem to be much on this subject, unless I'm looking in the wrong places. Thanks.
<style type="text/css">
<!--
#container {
height:100%;
}
#bottom{
vertical-align: bottom;
}
-->
</style>
...
<div id="container">
<div id="bottom">
This should be at the bottom of the page!
</div>
</div>
Can anyone help? I've searched around, and there doesn't seem to be much on this subject, unless I'm looking in the wrong places. Thanks.