Jan,

On Aug 21, 2005, at 3:17 PM, Jan Erik Moström wrote:

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 'bottom: 0;' got lost in the translation. Adding that should get you what you are looking for.
Roger,

Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
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