Home All Groups Group Topic Archive Search About

web forms textbox sizing issues in Firefox

Author
17 May 2005 5:14 PM
DaVBGuy
I've created a webform and I'm using a couple textboxes.  When I browse the
form in IE, the textboxes are sized the way I laid them out in my IDE...one
being distinctly larger than the other.  When I browse the form in Firefox,
the textboxes are resized so they are both the same size.

How can this be fixed, and how do I code/layout my ASP.net 1.1 form to
minimize things like this from happening?

Author
17 May 2005 6:32 PM
Bruce Barker
you need to update the browserCaps section in machine.config. google for
info.


-- bruce (sqlwork.com)





Show quoteHide quote
"DaVBGuy" <DaVB***@discussions.microsoft.com> wrote in message
news:C5F90AB8-5C04-4D0E-B82D-CAE5DFDB3AEB@microsoft.com...
> I've created a webform and I'm using a couple textboxes.  When I browse
> the
> form in IE, the textboxes are sized the way I laid them out in my
> IDE...one
> being distinctly larger than the other.  When I browse the form in
> Firefox,
> the textboxes are resized so they are both the same size.
>
> How can this be fixed, and how do I code/layout my ASP.net 1.1 form to
> minimize things like this from happening?
>
>
Author
17 May 2005 7:32 PM
Leo
REad the info at this link:
http://aspnet.4guysfromrolla.com/articles/050504-1.aspx

ASP.NET is detecting FireFox as an HTML 3.2 compliant browser and rendering
the wrong HTML.

Show quoteHide quote
"DaVBGuy" <DaVB***@discussions.microsoft.com> wrote in message
news:C5F90AB8-5C04-4D0E-B82D-CAE5DFDB3AEB@microsoft.com...
> I've created a webform and I'm using a couple textboxes.  When I browse
> the
> form in IE, the textboxes are sized the way I laid them out in my
> IDE...one
> being distinctly larger than the other.  When I browse the form in
> Firefox,
> the textboxes are resized so they are both the same size.
>
> How can this be fixed, and how do I code/layout my ASP.net 1.1 form to
> minimize things like this from happening?
>
>