blob: 7ad01a7b20c7d1edf0e9a2151508cec0ce6b6562 (
plain)
1
2
3
4
5
6
7
|
<body onload="document.getElementById('a').style.height='100%';">
<div style="overflow:auto; width:200px; height:200px;">
<div>
<div id=a style="width:300px; background:green">
</div>
</div>
</div>
|