blob: 164f5ac4cdb50fda229bcfbc13f43bde2dcc6e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>Sticky-positioned item inside a scrollframe inside an iframe</title>
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<iframe src="iframe-1-helper.html" style="margin-top: 100px; border: none; height: 300px"></iframe>
</body>
</html>
|