Reputation: 6625
Actually, I want to implement a text box as shown in the figure:
I want that the user should be able to enter the number in the required space. Note that it would be transparent so that the background is visible. A solution involving html5 canvas would also be good.
So, is it possible to do this? If so, how?
Upvotes: 4
Views: 28285
Reputation: 3035
Set <input>
border be only bottom side. Here is the demo, just like your picture shows.
Upvotes: 0