Simon took the time to say:
Quote:
Hello,
How can I convert all those ugly textfields into nicelooking textfields with
rounded edges? (Like the buttons in IE7)
I tried a css-newsgroup first but they thought it was possible using
javascript.
I need to use it for my form elements. (input type=text, etc)
Thanks,
Simon
Well, it's not impossible with JavaScript, but you're definitely going
|
to find it harder than CSS in this case.
1. Make text field transparent
2. Apply background image with rounded corners of appropriate size.
3. Rinse and repeat.
~A!