blob: b1037ecb4605f85ff80549b12c9e492e6061a3de [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
body {
margin: 0px;
}
#content {
background: silver;
width: 1000px;
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">
<div id="content">b</div>
</body>
</html>