| 1234567891011121314151617181920212223242526 |
- <!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">
- <style>
- body {
- position: relative;
- width: 100px;
- padding: 23px;
- overflow: auto;
- }
- #Div1 {
- position: absolute;
- margin: 2px;
- border: 1px;
- padding: 4px;
- left: 140px;
- width: 30px;
- height: 20px;
- </style
- </head>
- <body>
- <div id="Div1">Lorem</div></body>
- </html>
|