milov.nl

Interaction design • webdevelopment • web art • photography

milov.nl : forum : coding : 'How do I remove the scrollbar in a textarea?'

How do I remove the scrollbar in a textarea? Newbie, 020810 23:54
Hi,

Do anyone here know how I remome that (ugly) useless scrollbar that mess up my textareas in IE?


as13-2-8.han.s.bonet.se
Re: How do I remove the scrollbar in a textarea? braincast.nl,marc,marc, 020811 06:48
<TEXTAREA id=textarea1 style="OVERFLOW: hidden" name=textarea1 rows=0></TEXTAREA>
 

(Owh how I hate it... wanting to sleep but not being able to... and that on a sunday morning, bleh!)
a80-127-227-183.dial.xs4all.nl
Re: How do I remove the scrollbar in a textarea? Newbie, 020812 16:29
Thanks marc.. Hope ya got some sleep after that.. ;)
as13-2-8.han.s.bonet.se
Re: How do I remove the scrollbar in a textarea? gribo, 021218 17:39
Thank you guysssss so much !!!!
Thank's to U my project is terminated !!!! ;0)

195.101.152.130
Re: How do I remove the scrollbar in a textarea? Joe, 021223 17:07
wow actually worked thanks !!!!
pool-141-152-240-204.phil.east.verizon.net
great james, 030909 04:51
<script language="Javascript">window.open("www.google.com")</script>;
203.167.27.2
Re: How do I remove the scrollbar in a textarea? Chris, 030917 05:01
This thread helped me so much! Thanks!

-- Chris
PEI, Canada
u62n187.syd.eastlink.ca
Re: How do I remove the scrollbar in a textarea? spike, 031112 10:24
Dang -- been searching all over the net for that... and I decided to google on "how do I remove the scrollbar" and walah I find it... geez.. all the CSS pages I looked through for "scrollbar: off" or something of the likes... so deceptive.

Thanks guys.
69-75-70-238.san.rr.com
Re: How do I remove the scrollbar in a textarea? sit.ac.in,vishal,vishal, 040401 06:42
thanks a lot ... it impressed my friends too ! and my page looks cooler
203.145.186.2
Re: How do I remove the scrollbar in a textarea? hotmail.com,kaiserwaseem,Kaiser Waseem, 040416 12:29
Thanks for writing answer to this question.
82.206.129.107
Re: How do I remove the scrollbar in a textarea? hotmail.com,kaiserwaseem,Kaiser Waseem, 040416 12:30
Thanks for writing answer to this question.
82.206.129.107
Re: How do I remove the scrollbar in a textarea? cwolves.com,cwolves,cwolves, 040420 05:23
use "overflow: visible" if you want to make the textarea auto-resize itself to fit the text inside it.
ip-24-197-133-003.spa.sc.charter.com
Re: How do I remove the scrollbar in a textarea? rob, 040501 15:32
will this also work for frames if not please tell me how i can get ride of a virtical scrollbar from my frame containing pictures, I want the viewers to only be able to scroll left to right please help
cache-loh-ab04.proxy.aol.com
Re: How do I remove the scrollbar in a textarea? RokkeR, 040608 08:29
marc > i just used Google to find THIS page, wich answered my question nicely...
Not all questions are of evil and should be solved with googling
195.215.5.124
Re: How do I remove the scrollbar in a textarea? qgp.nl,fly,FLY, 040611 11:57
Firts i like to thank you,
then i want the ppl to know that you can use

style="OVERFLOW:hidden"

instead of

style="OVERFLOW: hidden"

soyou wont have to set "rows=0"

;)
iproxy2.nltree.nl
Re: How do I remove the scrollbar in a textarea? JJ, 050425 16:01
If you want your users to see a scrollbar only if their text gets bigger than the textarea use:

overflow: auto;
user-6722.l5.c5.dsl.pol.co.uk
Pages: 1