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 "input" 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
<TEXTAREA NAME=message COLS=93 ROWS=5 CLASS=input></TEXTAREA>
The class "input" 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