Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Liquid layout with 100% height scrollable container

 
Thread Tools Search this Thread
Old 12-01-2004, 11:15 PM   #1
Default Liquid layout with 100% height scrollable container


Hello,

It might have been asked before but since I could not find a reference
here's my qustion:

I want a liquid layout similar to this one:
http://www.alistapart.com/d/negativemargins/ex5.htm

but with the footer fixed at the bottom and the content in a
scrollable area.

I was able to tweak the file easily to show the content in the
scrollable area ( by setting overflow:auto; for the "main" div
height:100% for body and "outer_wrapper", "container" and "main"
divs).

But I've had no success in getting the footer to stick to the bottom.

This design is for a web application, so I see how it might have
different style needs than a web page. Any ideas?

Thanks,
sebif


SebiF
  Reply With Quote
Old 12-01-2004, 11:31 PM   #2
Mark Parnell
 
Posts: n/a
Default Re: Liquid layout with 100% height scrollable container

Previously in alt.html, SebiF <> said:

> I was able to tweak the file easily to show the content in the
> scrollable area ( by setting overflow:auto; for the "main" div
> height:100% for body and "outer_wrapper", "container" and "main"
> divs).


Scrollable divs can cause accessibility problems. But since this is not
a normal web site, I assume that's not an issue.

> But I've had no success in getting the footer to stick to the bottom.


position: absolute; left: 0; bottom: 0;

--
Mark Parnell
http://www.clarkecomputers.com.au
  Reply With Quote
Old 12-01-2004, 11:39 PM   #3
Neal
 
Posts: n/a
Default Re: Liquid layout with 100% height scrollable container

On 1 Dec 2004 15:15:24 -0800, SebiF <> wrote:

> Hello,
>
> It might have been asked before but since I could not find a reference
> here's my qustion:


Which of the at least 3 newsgroups you've multiposted to would you like
your answers in?
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump