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;
}
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;
}