Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Hiding Verticle scrolling bar for TEXTAREA in NN4.x


Message #1 by "Yoganarasimha G" <yoganarasimha.g@m...> on Tue, 11 Sep 2001 12:13:34 +0530
Try using -- scrollbar="no";

"What is evil but good tortured by it's own hunger and thirst?"- Kahlil
Gibran



Andrew Thorne (Quazi Evil) 
Web Developer 


-----Original Message-----
From: Yoganarasimha G [mailto:yoganarasimha.g@m...]
Sent: Tuesday, September 11, 2001 6:17 AM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: Hiding Verticle scrolling bar for
TEXTAREA in NN4.x


hi Arjan,

i'm using NN4.7,
and the below code does not work.. if i put wrap="off" still i can see
the scroll bar..

i want textarea like below..
<textarea name="test3" wrap="off" style="overflow:hidden" rows="3"
cols="30">Testing</textarea>
<.textarea name="test3" wrap="off" style="overflow:hidden" rows="3"
cols="30">Testing</textarea>

in the above case i won't see Verticle scrollbar, which works only n IE
not in NN

do u have any code which works??
if so pl mail me..

regards
yoga
-----Original Message-----
From: Arjan Bosboom [mailto:Arjan.Bosboom@d...]
Sent: Tuesday, September 11, 2001 2:27 PM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: Hiding Verticle scrolling bar for
TEXTAREA in NN4.x


wrap=".."

hard: all breaks are posted as CrLf to the next page
soft: all breaks are not posted as CrLf but as spaces
off:  no wrap

this works both in NS and IE

Greetz,

Arjan Bosboom

-----Original Message-----
From: Yoganarasimha G [mailto:yoganarasimha.g@m...]
Sent: dinsdag 11 september 2001 8:44
To: HTML Code Clinic
Subject: [html_code_clinic] Hiding Verticle scrolling bar for TEXTAREA
in NN4.x


hi all,

i have a textarea and need to hide the verticle scroll bar in NN4.x
i'm using now as follows which works for IE.
<.textarea rows="7" cols="33" name="editCurrentAddress" wrap="physical"
style="width:255px">

Thanks in advance..

-yoga

  Return to Index