4 <style type=
"text/css">
5 .float { float: right
; height: 40px; width: 40px; }
6 .test { height: 200px; background-color: aliceblue
}
10 <div id=
"scroller" style=
"overflow: hidden; height: 40px">
11 <div class=
"test"></div>
13 <script>scroller
.scrollTop
= 60;</script>