Shadow commas for Number Input
by Ben Clayton
HTML
<input class="amount" type=number min=0 max=100000 step=1000>
CSS
.amount {
width:200px;
}
.amount:before {
content:"1,000,00000000000000000000000000000000";
display:inline-block;
position:absolute;
width:200px;
height:30px;
}