Just wondering how you would go about creating the effect as seen in the following image:
The part i'd like to attempt to recreate is the gradient within the text field itself along with the line border surrounding the text box.
Thanks.
|
Just wondering how you would go about creating the effect as seen in the following image: The part i'd like to attempt to recreate is the gradient within the text field itself along with the line border surrounding the text box. Thanks.
| |||
|
feedback
|
|
This can also be done using CSS3, reducing the need to load images. The problem, of course, is that it can become a little tricky cross-browser. Heres a demo: Demo Heres a tutorial on reproducing the demo: Tutorial | |||
|
feedback
|
|
You can just set the CSS attributes on the input element in question. | |||||
|
feedback
|