HTML <TEXTAREA> question

SONYFX

Senior member
May 14, 2003
403
0
0

Is it possible to disable the text field but still make the scroll bar "scrollable"? I tried READONLY and DISALBED but they don't work, thanks.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
If you want it to look disabled in read-only mode, try adding a gray background color.

<textarea style="background-color:#eee" readonly="readonly">