Textarea's Height and Width not Sent to Firefox
- From: "honcho" <goaway@xxxxxxxxxx>
- Date: Tue, 12 Jul 2005 16:18:25 -0400
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.
.
- Follow-Ups:
- Re: Textarea's Height and Width not Sent to Firefox
- From: TJS
- Re: Textarea's Height and Width not Sent to Firefox
- From: Teemu Keiski
- Re: Textarea's Height and Width not Sent to Firefox
- Prev by Date: Re: There has to be a better way to develop web applications.
- Next by Date: Re: A way to control the code flow of an asp.net while it's running
- Previous by thread: Does it really matter?
- Next by thread: Re: Textarea's Height and Width not Sent to Firefox
- Index(es):
Relevant Pages
|