sticky-pos-scrollable-3-ref.html (292B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 #header { 5 position: fixed; 6 top: 0; 7 } 8 #header > div { 9 border: solid blue 2px; 10 height: 100px; 11 width: 100px; 12 } 13 </style> 14 <div id="section"> 15 <div id="header"> 16 <div></div> 17 </div> 18 </div> 19 </html>