iframe-1-ref.html (553B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Sticky-positioned item inside a scrollframe inside an iframe</title> 5 <style> 6 html, body { 7 margin: 0; 8 padding: 0; 9 } 10 </style> 11 </head> 12 <body> 13 <div style="overflow: auto; margin-top: 100px; width: 150px; height: 200px"> 14 <div style="width: 100px; height: 100px; background-color: green"></div> 15 <div style="height: 300px; width: 100px"></div> 16 </div> 17 </body> 18 </html> 19 </body> 20 </html>