Hi,
I'm creating a page using CSS/XHML and I wonder if someone can help. Basically I have a DIV with a disclaimer I always want to appear at the bottom of the div. The disclaimer should be inline so that content doesn't overwrite it, but I also want the disclaimer to appear at the bottom of the div which is a fixed height, but can also overflow with content. Something like:
<div id="maincontent">
Some dynamic content here (this may be a little or a lot).
<div id="disclaimer">This disclaimer should appear at the bottom of the div, but also have a minimum margin if 20px with the content above
</div>
</div>
Basically what I need is something equivalent of a 'vertical float' - does anyone have any ideas?
Thanks a lot.
I'm creating a page using CSS/XHML and I wonder if someone can help. Basically I have a DIV with a disclaimer I always want to appear at the bottom of the div. The disclaimer should be inline so that content doesn't overwrite it, but I also want the disclaimer to appear at the bottom of the div which is a fixed height, but can also overflow with content. Something like:
<div id="maincontent">
Some dynamic content here (this may be a little or a lot).
<div id="disclaimer">This disclaimer should appear at the bottom of the div, but also have a minimum margin if 20px with the content above
</div>
</div>
Basically what I need is something equivalent of a 'vertical float' - does anyone have any ideas?
Thanks a lot.