Associate
- Joined
- 29 May 2003
- Posts
- 2,038
- Location
- Cambridge
Hi all
A page I'm working on has three divs:
ie. "main" is the containing <div> with the other two floated left and right within it.
My question is this: is there any way via CSS I can make "floatright" align to the bottom of "main", so that it always 'sticks' to the bottom edge of "main" regardless of the height of the "main" div?
A page I'm working on has three divs:
Code:
<div id="main">
<div class="floatleft">((Text content goes here))<div>
<div class="floatright">((Flash movie goes here))<div>
</div>
ie. "main" is the containing <div> with the other two floated left and right within it.
My question is this: is there any way via CSS I can make "floatright" align to the bottom of "main", so that it always 'sticks' to the bottom edge of "main" regardless of the height of the "main" div?