blob: 7a78830629d5581e035d21f44e81d2b33f30eccf (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html style="writing-mode:vertical-lr;">
<body>
<input type="number" style="-moz-appearance:none; height:200px;" value="123">
<!-- div to cover spin box area -->
<div style="position:absolute; background-color:black; width:100px; height:200px; top:100px; left:0px;">
</body>
</html>
|