Log in

View Full Version : CSS Frame layout with scroller



pixels
03-23-2009, 05:02 PM
Hi,

In the CSS library section there is a CSS frame layout titled "CSS Left, Top, Bottom and Right Frames Layout".

How can I make the content section scroll-able, but with a scroller on the righthand side of the page? I dont want to scroller in the middle section, only on the far right side. The footer,header,and side nav bars must stay fixed as is, with only the content section scrolling down.

Any ideas on how to use the overflow property to accomplish this?

Thanks,
Eben

pixels
03-23-2009, 07:49 PM
I want a layout similiar to http://www.webpelican.com/web-tutorials/css-frames-tutorial/

Any ideas how this can be done, the above one has minor problems.

bluewalrus
03-24-2009, 05:40 AM
set top and bottom divs to fixed.....top:0; bottom:0; position:fixed;

i think that should do it if that makes sense not best example...