HighDots Forums  

scrollbars in textarea

Javascript JavaScript language (comp.lang.javascript)


Discuss scrollbars in textarea in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Max
 
Posts: n/a

Default scrollbars in textarea - 02-26-2004 , 11:55 AM






I have used a textarea to display typewriter effect text. The scrollbars are displayed by default.
What is the code to disable the scrollbars in a textarea form field? < scrolling="no"> does not seem to work.

thanks

Max

Reply With Quote
  #2  
Old   
Richard Cornford
 
Posts: n/a

Default Re: scrollbars in textarea - 02-26-2004 , 12:19 PM






Max <Byp%b.563$jg7.477@newsfe1-win> wrote:

Quote:
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_000D_01C3FC89.5E551820"
Please only post plain text to this group.

Richard.






Reply With Quote
  #3  
Old   
Randy Webb
 
Posts: n/a

Default Re: scrollbars in textarea - 02-26-2004 , 12:46 PM



Max wrote:

Quote:
I have used a textarea to display typewriter effect text. The scrollbars
are displayed by default.
What is the code to disable the scrollbars in a textarea form field?
scrolling="no"> does not seem to work.

thanks

Max
And what makes you think javascript has anything to do with it? Pure
CSS. I would give you the answer but then you would lose the experience
of having to repost your question in
comp.infosystems.www.authoring.stylesheets

overflow:hidden;
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.