Make Text Input look like a label

admin

Administrator
Staff member
Hey,

Just wondering if it is possible using CSS to make an <input type=text/> field look exactly like a label. My thought is to disable it and then remove the border and color it properly, but i cant get rid of the shaddowed text

any ideas?It might be better to just make it a plain text element, and use a hidden input field to hold the value for your form.
 
Back
Top