From: Simon on 20 Dec 2007 08:45 Hello, How can I convert all those ugly textfields into nicelooking textfields with rounded edges? (Like the buttons in IE7) I searched the internet for solutions first, but all the come up with are div's, textmarkup. I need to use it for my form elements. (input type=text, etc) Thanks, Simon
From: Evertjan. on 20 Dec 2007 12:00 Simon wrote on 20 dec 2007 in comp.infosystems.www.authoring.stylesheets: > How can I convert all those ugly textfields into nicelooking > textfields with rounded edges? (Like the buttons in IE7) > > I searched the internet for solutions first, but all the come up with > are div's, textmarkup. One way of the other you will have to use a solution, as the basic input field is just what it tis. > I need to use it for my form elements. (input type=text, etc) I think you want them, need is something else. Please try this CSS example: <http://hannivoort.org/test/InputRoundedCorners.asp> -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
From: Chris Beall on 20 Dec 2007 12:51 "Evertjan." <exjxw.hannivoort(a)interxnl.net> wrote in message news:Xns9A0CB72A45EA7eejj99(a)194.109.133.242... > Simon wrote on 20 dec 2007 in > comp.infosystems.www.authoring.stylesheets: > > > How can I convert all those ugly textfields into nicelooking > > textfields with rounded edges? (Like the buttons in IE7) (snip) > > Please try this CSS example: > > <http://hannivoort.org/test/InputRoundedCorners.asp> > > -- Evertjan, Your example lays text over an image, which looks nice, UNLESS the text is not the size youe expect. Since the user can increase the text size (without altering the image in IE and FF), large text will overflow the image. So I think we're back to the short answer: you can't. If this is a widespread 'need', the place to do it would be in CSS version x. Chris Beall
From: Joe Attardi on 20 Dec 2007 12:54 Evertjan. wrote: > Please try this CSS example: > <http://hannivoort.org/test/InputRoundedCorners.asp> Keep in mind that this won't work in Safari. Safari, as far as I can remember, does not allow you to re-style buttons, text fields, etc.
From: Gregor Kofler on 20 Dec 2007 13:28
Simon meinte: > Hello, > > How can I convert all those ugly textfields into nicelooking textfields with > rounded edges? (Like the buttons in IE7) > You can't. (Well some background-image workarounds are available, but will break rather sooner than later.) Gregor -- http://www.gregorkofler.at ::: Landschafts- und Reisefotografie http://www.licht-blick.at ::: Forum f�r Multivisionsvortr�ge http://www.image2d.com ::: Bildagentur f�r den alpinen Raum |