| 123456789101112 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>Project1</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body style="position: relative; width: 100px; padding: 23px; overflow: auto;">
- <div id="Div1" style="position: absolute; margin: 2px; border: 1px solid red; padding: 4px; left: 140px; width: 30px; height: 20px;">
- </div>
- </div></body>
- </html>
|