mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
11 lines
239 B
HTML
11 lines
239 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div class="scrollTop" style="height:100px; overflow:hidden;">
|
|
<div style="margin-top:30px;">Hello Kitty</div>
|
|
<div style="height:400px;"></div>
|
|
</div>
|
|
<script src="scrolling.js"></script>
|
|
</body>
|
|
</html>
|