Textarea's Height and Width not Sent to Firefox

H

honcho

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top