私は持っている
.scroller {
    font-family : Arial,Sans-Serif;
    background : white;
    overflow-y : scroll;
    font-size  : 9.5pt; /* needed for scrollers w/o tables */
    }   
私は後で適用します
<div class="scroller">
   ... lots of content here ...
</div>
デフォルトでは、スクローラーのコンテンツの上部が表示されます。真ん中の何かにスライドしたい。