Just wondering how you would go about creating the effect as seen in the following image:

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.

link|improve this question

68% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
nice reply, just what was needed – Julio May 20 '10 at 16:53
feedback

You can just set the CSS attributes on the input element in question. background-image for the gradient and border for the border.

link|improve this answer
cheers didnt know you could do that for text boxes! – Julio May 20 '10 at 15:12
@Caylem: if this answer worked for you, 'accept' it... – egrunin May 20 '10 at 16:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.