[thelist] text area - hide border???

Sandra L sandra_etc at yahoo.com
Fri May 3 08:45:01 CDT 2002


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).

I have found code to set any of the textarea scrollbar
color values and you can add a border color...


<HTML>
<HEAD>
  <STYLE>
    .TA {scrollbar-3dlight-color:;
           scrollbar-arrow-color:white;
           border-color:white;
           scrollbar-base-color:khaki;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:gold;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:}
</STYLE>
</HEAD>
<BODY>
  <TEXTAREA cols=30 rows=5 wrap=off CLASS="TA">This is
text inside a TEXTAREA element.
This is text inside a TEXTAREA element. This is text
inside a TEXTAREA element. This is text inside a
TEXTAREA element. This is text inside a TEXTAREA
element. This is text inside a TEXTAREA element. This
is text inside a TEXTAREA element.
</TEXTAREA>
</BODY>
</HTML>


But the dark outside border??, can anybody please
help?????

TIA,
Sandra.



__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com



More information about the thelist mailing list