for example
<div id='outer' style='overflow: scroll' >
first text
<div id='inner' style='overflow: scroll'>
second text
</div>
third text
</div>
is this correct / will this work?
will inner try to stay inside outer?
also, if content is added dynamically, is the behavior consistent no matter where it’s added?
Why not just try?
http://jsfiddle.net/mplungjan/MXqu8/
Seems it does