24 lines
472 B
HTML
24 lines
472 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<fieldset style="width:200px; height:200px; padding:0">
|
|
<legend style="overflow:hidden">Legend</legend>
|
|
<div id="d" style="overflow:hidden; height:100%;">
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
</div>
|
|
</fieldset>
|
|
<script>
|
|
d.scrollTop = 20;
|
|
</script>
|
|
</body>
|
|
</html>
|