blob: 54ce333d5654b10bd865281f0c10642e188a2213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
</head>
<body>
<div id="container" style="width: 100px; height: 100px; overflow: auto;">
<div id="first" style="background-color:blue; width: 10px; height: 10px;"></div>
<div id="second" style="background-color:green; width: 10px; height: 10px;"></div>
<div id="spacer" style="height: 200px;"></div>
</div>
</body>
</html>
|