Click to See Complete Forum and Search --> : Changing BgColor in INPUT textbox?


RobertBroussard
02-03-2004, 07:31 AM
I thought it be cool if I could change the background color in a text box. Is this possible?

just curious,

Robert

soccer362001
02-03-2004, 07:48 AM
<style type="text/css">
textarea
{
color:white; background-color:black;
}
</style>

RobertBroussard
02-03-2004, 07:54 AM
Thanks but I couldn't get it to work.

soccer362001
02-03-2004, 08:13 AM
change textarea to input.

RobertBroussard
02-03-2004, 08:54 AM
nice...