[thelist] text area - hide border???

Paul Backhouse paul.backhouse at 2cs.com
Fri May 3 09:05:01 CDT 2002


Another Way is:

textarea.General{
	border:0px;
}

To style your own colors:

textarea.General{
	font-family: arial,verdana;
	font-size: 10px;
	color: #000000;
	border:1px;
	border-style: solid; 'or dashed or dotted'
	border-color: #FFCC00;
	background-color: #FFCC33; 'any Hex value or transparent is you desire'
}

cheers

paul

------------------------------
Sandra,
Try using the following:

<style>
   .TA { border: solid 1 #ffffff }
</style>

That will take care of the border of the textarea. Looks like you're not
trying to hide the scrollbars, so you can re-use what you had before.

Hope that helps.

Minh Lee Goon


Sandra L wrote:

> Hi all,
>
> I would like to hide the border of a text box area,
> potentially making the border color values white (as
> on a white background).




More information about the thelist mailing list