> I have a basic div - relatively positioned which expands to fit the content. > I need to poistion a footer within that div that always anchors itself to the > bottom any ideas? > > Basically - how do I position a div to the bottom of a container div?
Set the position attribute of the main DIV to relative and position the embedded one absolutely: http://www.stopdesign.com/articles/absolute/ -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
