3
votes
2answers
168 views

Implementing inline editing for a web order form without using Javascript

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 -> ...
0
votes
1answer
631 views

How to make textarea look like notebook? [closed]

I want the user to feel like they are writing on notebook paper while inputting into a textarea. How may I do this?
0
votes
1answer
2k views

How to make buttons that highlight on select? [closed]

Requirement: 1. Buttons options are submitted part of form action 2. Only one option is allowed at a time (like radio button) 3. There are no bullets displayed 4. The button text 'button' is ...