Click to See Complete Forum and Search --> : [RESOLVED] rounded text input?


DanielDude
07-31-2009, 08:48 PM
how can I make an Apple style text input (<input type="text" />)...
using pure css?:confused:

Thanks in advance :D

Andyram2k
08-01-2009, 04:31 AM
Hi Daineldude,
When i need rounded text input fields, i use a background image for the left and right ends of the text input, and remove the border from the text input so it looks seamless. Hope this helps in some way :)

marzook
08-01-2009, 09:02 AM
pls find the attached, i have wrked out somthing as you are looking for...hope this wll meet your requirement ..

you can change the image as you want , may be with more round edges ....


Marzook

DanielDude
08-01-2009, 07:51 PM
ok thanks guys...