blob: 5c9cc0abed764272c26e7ec5cf7278076e21b747 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<body>
<input type="number" style="-moz-appearance:none; width:auto;">
<!-- div to cover spin box area -->
<div style="display:block; position:absolute; background-color:black; width:2000px; height:100px; top:0px; left:100px;">
</body>
</html>
|