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.
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.