source: gs3-extensions/tabletop-dl/trunk/drag-with-inertia.html@ 37462

Last change on this file since 37462 was 37462, checked in by davidb, 14 months ago

Better merging of winbox.js styled page with DIY drag-with-intertia.html

File size: 563 bytes
Line 
1<html>
2 <head>
3 <style>
4 html {
5 overflow: hidden;
6 }
7 </style>
8 <script src="https://code.jquery.com/jquery-3.6.4.js" integrity="sha256-a9jBBRygX1Bh5lt8GZjXDzyOB+bWve9EiO7tROUtj/E=" crossorigin="anonymous"></script>
9
10 <script src="drag-with-inertia.js"></script>
11
12 </head>
13 <body>
14 <div id="myWindow" style="width: 300px; height: 200; left: 40px; top: 30px; background-color: #006000; position: absolute;">
15 <div style="padding: 0.5em; font-size: 140%;">Drag me!</div>
16 </div>
17
18
19
20
21
22
23 </body>
24
25</html>
26
27
Note: See TracBrowser for help on using the repository browser.