hi,
I want to avoid displaying horizontal scroll bar in a TEXTAREA for a continious text in Netscape 6 and above and IE 5 and above as well.
I'm using the following code in JSP.
<textarea name="txa" cols="50" style="OVERFLOW: auto" rows="4" ></textarea>
Above code works well in IE 5 however it fails in NS 6.2
Let me know if I need to use any other styles in addition to the above "style="OVERFLOW: auto".
I want to avoid displaying horizontal scroll bar in a TEXTAREA for a continious text in Netscape 6 and above and IE 5 and above as well.
I'm using the following code in JSP.
<textarea name="txa" cols="50" style="OVERFLOW: auto" rows="4" ></textarea>
Above code works well in IE 5 however it fails in NS 6.2
Let me know if I need to use any other styles in addition to the above "style="OVERFLOW: auto".