position-change-ref.html (370B)
1 <!doctype HTML> 2 <title>CSS Test Reference</title> 3 <div style="position: relative; background: red; width: 100px; height: 100px; overflow: hidden;"> 4 <div style="overflow-y: scroll; width: 400px; height: 400px;"> 5 <div style="height: 100px; width: 100px; background: green;"></div> 6 <!-- forces scrolling --> 7 <div style="height: 700px;"></div> 8 </div> 9 </div>