On Fri, 17 Oct 2008 22:24:03 -0700, tee wrote: > Maybe this is something impossible with CSS, still I hope I am wrong and hope > someone > who knows better than me able to tell me yes, it can be done. > > In a block where I have min-height declared, something like this: > > <div class="box"> > <div class="set-minheight">content here</div> > <p>a line of text</p> > </div> > > I cannot control or foresee how long the content in the 'set- minheight' div > be. What > do I do to have the <p> tag always stay at the bottom of the block? > >
Hi Tee, I wonder if you are trying to achieve something like this? - <http://madeiraheights.com/meetings.html> The minimum height in this case is 100% of the viewport - the "fix footer to bottom" solution. The "Adobe reader" paragraph is positioned just above the footer with absolute positioning from the bottom in EMs. Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
