Ah, that is a common problem. A good way is to use a background image to mimic column heights. I have that info in books but don't know a good online resource for it off the bat.The problem is that elements only stretch as far down as they need to. Use a vertically tiled background image and a rule like so to the body element:
background-image: #fff url(/images/foo.gif) repeat-y 50% 0; ...as the body fills the screen you now have the illusion of columns at the desired width no matter how little content sits in the right hand column. On 04/05/06, Karl Camenzuli <[EMAIL PROTECTED]> wrote: > > My design is at http://marketinginmalta.com/rfd/ > > > > I am trying to make the right yellow column scale to fix to the bottom of > the page although I am not having much luck. Any advice would be great. > > > > > > Karl > > ______________________________________________________________________ > 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/ > -- http://www.web-buddha.co.uk dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css) look out for project karma, our new venture, coming soon! ______________________________________________________________________ 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/
