Problem with <textarea> tag support in fireFox
-
Hi All,
I have a wierd problem with <textarea> tag in Firefox. This tag works fine in IE. But in Firefox, the vertical scroll bar for the text area is missing.
This is the CSS code.
.formTextBox, .formNumTextBox
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #424241;
background-color: #FFFFFF;
font-size: 11px;
border: 1px solid #666666;
}
This is the code in my jsp page:
<tr>
<td class=”label” align=”center”>
<textarea class=”formTextBox” style=”width:370; height:132″></textarea>
</td>
</tr>
Can anyone please help me in this regard….
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problem with <textarea> tag support in fireFox’ is closed to new replies.