Roger Roelofs <[EMAIL PROTECTED]> 2005-08-21 20:20:

>> You need to prevent the body from scrolling by making sure the content 
> doesn't flow below the bottom of the viewport (aka window).
> 
> Try something like this...
> #actioins {
>   position: fixed;
>   top: 130px;
>   bottom: 0;
>   background-color: #afa;
>   overflow: scroll;
> }

Thanks for the suggestion.

I tried that but the scrollbar isn't active. I've put up an example at
<http://y171.yttersjo.se/test.html> ( the CSS file is available at
<http://y171.yttersjo.se/office.css> ).

The HTML page contains 1000 lines, "Rad 1", "Rad 2" etc

                    jem
-- 
Jan Erik Moström, www.mostrom.pp.se
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to