Hi, All

Suppose the following markup:
<div class="container">
  <div class="top">...</div>
  <div class="bottom">...</div>
</div>
The height of both the container and the top boxes is variable. What I want
is to make the top edge of the bottom box situated just below the top box
and the bottom edge of the bottom box situated just above the bottom edge of
the container box, so the height of the bottom box is also variable. Can
this be implemented with CSS? If not, is there any other approach?

Thanks in advance.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to