Re: INPUT field sizes in Netscape
- From: "Paul W" <qqq@xxxxxxx>
- Date: Tue, 6 Sep 2005 23:15:47 -0400
Thank you.
--------------------
"Bruce Barker" <brubar_nospamplease_@xxxxxxxxxx> wrote in message
news:%231BtPkzsFHA.524@xxxxxxxxxxxxxxxxxxxxxxx
> you need to update the browerCaps section in machine.config. google this
> group for links
>
> -- bruce (sqlwork.com)
>
>
> "Paul W" <qqq@xxxxxxx> wrote in message
> news:uZBRN4wsFHA.3180@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi - I have the following field defined:
>>
>> <asp:textbox id="txtUsername" MaxLength="50" Runat="server" Width="312px"
>> Height="24"></asp:textbox>
>>
>> When displayed in IE, it gets rendered as
>> <input name="txtUsername" type="text" maxlength="50" id="txtUsername"
>> style="height:24px;width:312px;" />
>>
>> and shows the proper field length.
>>
>> However, when shown in Netscape/Firefox it gets rendered as:
>>
>> <input name="txtUsername" type="text" maxlength="50" id="txtUsername" />
>> and (like all other similar fields) displays a fixed field size which is
>> smaller than required.Why? What do I need to do to fix? Thanks,Paul.ps.
>> The 'Target Schema' for the page is IE 5.0.
>>
>
>
.
- Follow-Ups:
- Re: INPUT field sizes in Netscape
- From: Computer Roger
- Re: INPUT field sizes in Netscape
- References:
- INPUT field sizes in Netscape
- From: Paul W
- Re: INPUT field sizes in Netscape
- From: Bruce Barker
- INPUT field sizes in Netscape
- Prev by Date: Re: Absolute Beginner
- Next by Date: Embedding another page into my page
- Previous by thread: Re: INPUT field sizes in Netscape
- Next by thread: Re: INPUT field sizes in Netscape
- Index(es):
Relevant Pages
|