我有
.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>
默认情况下,会显示滚动条中内容的顶部。我想滑到中间的某个地方。