[thelist] Forms with rounded corners

Rob Smith rob.smith at THERMON.com
Tue Oct 19 17:00:20 CDT 2004


>Has anyone seen or done forms that has round corners on text 
>inputs (HTML forms, not Flash ones)?

You might be able to simulate it with CSS. Set the border to 0px and setting
a background image of the rounded corners.

input { border: #FFF 0px; backround: url(grfx/rounded.gif) #fff; }

I was able to hide the input border completely, but the image didn't come up
correctly. If you can, I'd like to know too.

Rob


More information about the thelist mailing list