position-sticky-transformed-in-scrollframe-2-ref.html (384B)
1 <!DOCTYPE HTML> 2 <html> 3 <div id="scroller" style="overflow:scroll; height: 400px; width: 400px"> 4 <div style="margin-top: 120px; background-color: yellow; height: 380px"> 5 <div style="height: 90px"></div> 6 <div style="height: 20px; background-color: green"></div> 7 </div> 8 <div style="height: 310px"></div> 9 </div> 10 <script> 11 document.getElementById('scroller').scrollTop = 120; 12 </script>