Semi-disabled form text fields with CSS
The other day on the DigitalPoint webmaster forums, I had somebody ask this question “How to half-disable a form field”.
From all the HTML I knew, it was not possible in a straight-forward way! But we can manipulate with CSS.
The HTML-CSS
[-]View Code HTML<span style="border: 2px inset;">
<input style="border: none; text-align: right;" name="half_1" size="3" type="text" [...]