Page Renders Wrong in Firefox

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I have an aspx page that includes several panels that in turn, include some
labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap each
other. For example, I have one row in several panels where I have a textbox
for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne
 
you should not use grid mode, you IE pages probably don't work with large
fonts either. aslo be sure firefox is detected as an uplevel browser -
update your browsers cap section in machine.config

-- bruce (sqlwork.com)
 
I got most of the problems corrected by adding a <BrowsersCap> element to my
web.config. There was another thread in this NG that provided a helpful
link..

A look at ASP.NET's Adaptive Rendering
http://aspnet.4guysfromrolla.com/articles/050504-1.aspx


When I tried that initially it crashed my page until I did some googling and
found that the element must be a child of <system.web>

Wayne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top