How can I hide the value of a button, while still showing the button? I am using color: transparent; but that doesn’t work.
I want to hid the value of the button, but not all of the button. I need to keep the value attribute in the button; I just don’t want it to be visible.
The answer that Nathan Reed proposed is I think the best one. But as you said you need the value, so I think this is what you need
<input type="button" value="my value" style="color: buttonface;">