Wed, 2010-09-08 13:08
head
552.234bending
hello, is it possible to collapse (display: none) ".ca" and ".it" with ".head" aligned to bottom
.se { line-height: 400px; vertical-align: bottom; } has no effect
any help would be much appreciated
thank you!
Wed, 2010-09-08 13:11
#1
Sorry, code is: <div
Sorry, code is:
<div class="se"> <div class="head"> <span class="title">head</span> </div> <div class="ca"> <div><i>552.234</i><b>bending</b></div> </div> <div class="it"> </div> </div>
Wed, 2010-09-08 14:23
#2
Wow, that made little or no
Wow, that made little or no sense to me at all. You want everything to stick to the bottom of the browser window? If so, research sticky footer
Wed, 2010-09-08 14:27
#3
You're going to need to
You're going to need to explain what it is that you are trying to visually render as I'm confused too.
Wed, 2010-09-08 14:41
#4
Hello! Thank you for your
Hello!
Thank you for your replies.
Container .se has fixed height and its contents must stick to its bottom.
In first occurrence all three inner div's are visible and fits to all its height. Next the bottom two div's hide and .head div must stick to bottom.
Have any ideas?

