-
Notifications
You must be signed in to change notification settings - Fork 0
/
frame_02.html
62 lines (61 loc) · 1.07 KB
/
frame_02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
html,
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}
.a1{
width: 100%;
min-height: 100%;
margin-bottom: -80px;
background: #090;
overflow: hidden;
}
.content{
padding-top: 9999px;
margin-top: -9999px;
background: #900;
padding-bottom: 80px;
}
.a2{
width: 100%;
height: 80px;
background: #009;
}
</style>
</head>
<body>
<div class="a1">
<div class="content">
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
<!-- test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />test<br /> -->
</div>
</div>
<div class="a2"></div>
</body>
</html>