mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
237 B
HTML
11 lines
237 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<script src="scrolling.js"></script>
|
||
|
<div class="scrollTop" style="height:100px; overflow:auto;">
|
||
|
<div style="margin-top:30px;">Hello Kitty</div>
|
||
|
<div style="height:400px;"></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|