Forum Moderators: not2easy

Message Too Old, No Replies

Color of input fields

Color of input fields

         

oldworldcharms

12:57 am on Jun 22, 2005 (gmt 0)

10+ Year Member



Is there a way to change the color of input fields in a form?

Thanks

D_Blackwell

2:34 am on Jun 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sure. Example:

textarea {
font-size: 2em; color: #900; background-color: #000; color: #fff;
}

There's all kinds of stuff that you can do. Not all inputs are style friendly. Sadly:(( I don't know if much of anything can be done with type="radio".

Do a search for 'style form css', and you should find numerous resources to start playing with. I don't know of any that really stand out. Anybody? From time to time I've thought about writing something for styling forms.