blob: b31a09ea3cfc20f4ed6a8e21a9b51afc735249b1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
body {
margin: 0px;
}
#content {
background: silver;
width: 500px;
height: 600px;
}
</style>
</head>
<body>
<div id="content">a</div>
<input style="border: 0px; padding: 0px; position: absolute; left: 200px; top:600px; width: 100px; height: 20px" type="text">
</body>
</html>