View Full Version : How do you color a text area/input form with css?


DuncansOneLove
09-23-2004, 06:22 PM
Hiya,

I have a css coding in my css sheet for a textarea/input but yet this doesn't seen to effect the fields, only the part were you type in comments.

Here is a screen shot to make it more simple to understand, lol (http://img.photobucket.com/albums/1003/JayUK/screen.jpg)

This is the coding:

.input,textarea {
color: #000000;
background-color: #AFCCDA;
font-size: 7pt;
text-decoration: none;
text-transform: none;
font-family: tahoma;
border-width: 1px;
border-style: dotted;
border-color: #000000;
margin-bottom: 2px;
}

DuncansOneLove
09-23-2004, 06:29 PM
I've just found out the problem, it's ok now.

I removed the . before the input and it's working now