Re: [css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread Matthew Bernhardt
On Thu, 14 Sep 2006 04:30:50 -0400, Rob Wilmshurst <[EMAIL PROTECTED]> answered an original poster: > > Here's the trick: when the body is longer than the browser window, I > > want the body to have a scrollbar, kinda like when you have a div with > > a set height and auto overflow. > > Roger Jo

Re: [css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread Rob Wilmshurst
> Here's the trick: when the body is longer than the browser window, I > want the body to have a scrollbar, kinda like when you have a div with > a set height and auto overflow. Roger Johansson published something similar to this a few days ago; it's an update of quite an old technique: htt

Re: [css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread Bradley Wright
On 14/09/2006 09:21, starmonkey wrote: > Is this possible? Or should I forget about fixing the height of the > page and tell the client he'll have to have a regular webpage with a > scrollbar and scroll down? In my experience, this isn't really possible using CSS on its own. It is, however, po

[css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread starmonkey
hey guys, Have been trying to work out how to do the following without resorting to framesets/iframes whatever - just a simple page with css (and tables if needs be) I want a page that has - header (always at the top) - footer (always at the bottom of the browser window) - content panel (subd