[thelist] hidden textarea

Tom Dell'Aringa pixelmech at yahoo.com
Mon Aug 19 14:36:01 CDT 2002


--- Anil Garg <anilg at niksun.com> wrote:
> Hi,
>
> How can i make a textarea hidden( as in case of text we write
> type='hidden'
> ,how to do this in case of text area)
>
> <TEXTAREA name="comments" rows="5" cols="30"></TEXTAREA>
>
> regards
> anil

Set its display style to none in a class for it:

.myTextArea
{
  display: none;
}

HTH
Tom

=====
var me = tom.pixelmech.webDeveloper();

http://www.pixelmech.com/
http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



More information about the thelist mailing list