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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

textarea size to big!

Status
Not open for further replies.

mrdance

Programmer
Apr 17, 2001
308
SE
I am testing Netscape and IE on some pages I have made. I am using Netscape 6.01 and IE 6. I have som problems with the textarea which becomes to big (to wide) in Netscape. Here is the code;

<TEXTAREA NAME=message COLS=93 ROWS=5 CLASS=input></TEXTAREA>

The class &quot;input&quot; looks like this;

.input {
font-family:Verdana, Arial, Geneva, Helvetica;
font-size:10px;
font-weight:normal;
color:#494949;
}

How can I make them become the same size?

Thanks / Henrik
 
ook, you mean that when you fill up the first line (or what you think is the first line) it keeps going and the textbox keeps getting bigger instead of going to the next line? Suceess, thats the way you spell success!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top