Click to See Complete Forum and Search --> : <TEXTAREA> with NO Scrollbars..?


pharcyde
10-12-2004, 09:36 AM
hello hello hello!

Is anyone out there knowledgeable enough to know how to get rid of the scrollbars on a textarea (including the box in the bottom right corner), so it looks like a big 'ole textfeld?? :confused:

I managed to suss it a while back but can;t find the resource I used back then...

Cheers in advance. LeeBoy:D :cool:

Fang
10-12-2004, 10:42 AM
<textarea style="overflow:hidden;" rows="5" cols="20" name="textarea1"></textarea>