As the title states, I'm trying to find a good solution to implement inline editing for a web order form with just HTML/CSS.
The only mediocre solution I have right now is this -> http://jsfiddle.net/jmggp/1/
But I think it looks unprofessional. Are there any other solutions that I can try to learn about?