blob: 5e009c124d4258e250cb7a994ef12fee7e67a8f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<style>
#iframe-containing-fixed-position-element {
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div id="iframe-containing-fixed-position-element"></div>
</body>
</html>
|