web forms textbox sizing issues in Firefox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
you need to update the browserCaps section in machine.config. google for
info.


-- bruce (sqlwork.com)
 
Back
Top