Results 1 to 3 of 3

Thread: CSS Frame layout with scroller

  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Frame layout with scroller

    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

  2. #2
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I want a layout similiar to http://www.webpelican.com/web-tutori...ames-tutorial/

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

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •