or refine the textarea , input etc standard tag in css.
HTML Code:
textarea {
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
/* or with background image */
/* background-image: url('ulr/img.png); */
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
color: #000000
}
but that apply to all textarea.. for specific target use custom class as iamfreelancer given above.
Anyway!.. The <textarea> Scrollbar appear by default if the text typed long and enter enter enter enter inside..
REMEMBER! CSS IS FUN..
