On 1/5/07, Ian Vaughan <[EMAIL PROTECTED]> wrote: > I am having a problem with the #localnav div's background as it does not > fill the full height of the page, it stops just after the links > contained in the unordered list, I need the background image/colour to > display the full length of the page, the same height as whatever the > #content div will be from page to page.
There is a page that outlines a variety of methods for getting multiple elements to have the same height on the css-discuss wiki: http://css-discuss.incutio.com/?page=AnyColumnLongest IMHO, doing this with pure CSS still seems to be a tricky, pitfall-laced area. In my recent work I've tended to use js-based solutions for this, because it helps me avoid trips to the pharmacy for painkillers. :) (As an aside, I just tried to edit the wiki to add a new fave js-based method, Paul Bellow's CSS Balanced Columns[1], to the page, but for some reason my change wasn' sticking. Anyone have any ideas why it might not be "taking"?) Matt Ryan [1] http://www.paulbellows.com/getsmart/balance_columns/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
