UBB.Dev
Posted By: Miroslav Chestycof CSS Styles - 02/24/2001 11:42 AM
Please could someone tell me the code for changing form buttons. In fact, could someone please give me a rundown on all the CSS codes as far as forms go please? Is there any way to give the input field a nice black border without one appearing on the radio buttons?

Thanks!
Posted By: zombiefro Re: CSS Styles - 02/24/2001 11:47 AM
Hi:

Yes.

I will just give you a link to all the CSS, form related. This also has links to more stuff.
http://htmlgoodies.earthweb.com/beyond/cssforms.html
Posted By: Miroslav Chestycof Re: CSS Styles - 02/24/2001 12:11 PM
Thanks, but that's not quite what I meant. I just wanted to put it into the Head Tag so it would affect all buttons on my BB. Sorry if that was included in that link and I missed it, but I couldn't find it. Do you get me? smile
Posted By: GoTorankusuKu Re: CSS Styles - 02/25/2001 4:01 AM
Quote
quote:
Look in the Tutorial database.
Posted By: zombiefro Re: CSS Styles - 02/25/2001 2:12 PM
Try this in your css file:

Input, Select, Textarea {background-color: white;border-bottom: #000000 solid 1px;border-left:#000000 solid 1px;border-right:#000000 solid 1px;border-top:#000000 solid 1px;color:#000000;font-family:Arial,Verdana,sans-serif;font-size:10pt;}

Probably have to change the button with CSS locally so that it is an equivalent size.
© UBB.Developers