Click to See Complete Forum and Search --> : Chane Color of Text Fields


BOB101
11-11-2005, 07:20 PM
How do you change a color of a text field. Like in supercheats, thier login text fields are black (you must click on the links at the top of the page to change the color schemeof the web site in order to view the black text fields). Also I want to make the text fields smaller in hieght. How do you do all of this. Thanks.

SuperCheats (http://www.supercheats.com)

tegraphix
11-11-2005, 07:53 PM
You can use CSS.
http://webdesign.about.com/cs/forms/a/aaprettyforms.htm

kiathau
11-16-2005, 11:21 AM
CSS related question.

.TextBox
{
height: 10px;
color: #C0C0C0;
background-color: #FFFFFF;
}

Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site