PDA

View Full Version : Form Text Area Scroll Bar


JoeP
08-27-2002, 09:26 PM
Is there a way to hide the scroll bar on a form Text Area?

TIA

Nightfire
08-27-2002, 11:03 PM
Not used this for a while, I think you add style="overflow:no" in the textarea tag

JoeP
08-28-2002, 12:16 AM
Thx for the tip, but it doesn't work in IE6.

joh6nn
08-28-2002, 12:29 AM
style="overflow:hidden"

Nightfire
08-28-2002, 12:55 AM
Ahh, that's the one :D

JoeP
08-28-2002, 02:32 AM
Outstanding!

Many Thx!

JoeP
08-30-2002, 02:35 AM
I know professional programmers could care less about these little issues and scripts, but they mean a lot to "commoners".

If you check the Signature, this is the way I use your tips!

Thx again!