back
Code
CSS
HTML
Web
#area88{
border:2px solid red;
width:100%;
}
#area88:focus{
background-color:green;
}

/* This will turn the text-area green when you select it */