Every so often I find myself in a situation where I would like to have a floating element that 'sticks' to the bottom of an enclosing element.
Suppose you have a page title and a link that's floated to the right: | A page title [ The floated link ] | With this layout, a longer title will flow under the floated link: | A slightly longer page [ The floated link ] | | title will flow under the floated link | What I would like to happen is for the page title to flow above the floated link: | A slightly longer page title that flows | | above the floated link [ The floated link ] | You could decide to position the floated link absolutely to the bottom right of the page title element. However, this breaks when there isn't enough empty space on the last line of the title in which case the title will overlap the link: | An even longer page title overlaps the link | | when this was absolutely positioned ..link ] | This is what I would really like to happen in this case: | An even longer page title overlaps the link | | when this was absolutely positioned | | [ The floated link ] | This seems impossible to do with CSS, but I'd love to be proven wrong. ;) Kind regards, Thijs -- Fingertips - http://www.fngtps.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/