Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 7.0 Textarea Scroll

Status
Not open for further replies.

newbiepg

Programmer
Nov 6, 2002
181
0
0
IN
I am using Netscape 7.0 , I get a horizontal scroll in a textarea even if I use wrap.

Is there a solution(to avoid any horizontal scroll)
 
Throw this page in NN, I tested in NN7,
No scrollbar. Do you have the area inside a div
or cell that is limiting it's width, so maybe it thinks
it needs to scroll to your col width?

Did you try it without the nowrap and it also gave you
scrollbars?

Code:
<html><head><title>Main</title>
</script></head><body>
<form name=&quot;test&quot; action=&quot;pg2.html&quot; method=&quot;get&quot;>
<textarea name=&quot;txta&quot; rows=&quot;10&quot; cols=&quot;20&quot;>
Text Here</textarea>
<input type=&quot;button&quot; value=&quot;Submit&quot; onClick=&quot;document.test.submit();&quot;>
</form></body></html>

Let us know how you come out.

Great Javascript Resource:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top