Textarea's Height and Width not Sent to Firefox



Hello:

When my web application is invoked by Firefox the height and width
information is passed to Internet Explorer but not to Firefox.

The ASP.NET control is
<asp:textbox id="tbxNote" runat="server" Width="100%" Height="226px"
TextMode="MultiLine">
For IE it renders
<textarea name="tbxNote" id="tbxNote" style="height:226px;width:100%;">
For Firefix it renders
<textarea name="tbxNote" id="tbxNote">

Is there something I can do to induce ASP.NET to pass the style information
to Firefox?

I will be very grateful for your help.


.



Relevant Pages