|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
web forms textbox sizing issues in FirefoxI'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) 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? > > 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? > >
Is this posible?
Utilities/Addon for Creating Tables help~ populating dropdown list Radio Button when checked evaluates to true????? ASP.NET: MS Treeview loses data when posted to the server Dynamic load ascx control when DLL not in "/bin" Newbie to web side - prompt the user..... DataGrid help on Datagrid's SelectedIndexChanged event Book search how can we retrieve images |
|||||||||||||||||||||||