Displaying problem with FireFox

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi All,

I'm building my website using asp.net and vb and it looks fine with IE.
Howevery, when I view it using FireFox web browser, my textboxes and tables
expand horizonally (become much longer). As the result, the alignment of my
web pages just went crazy. Does anyone know why or have any ideas how to
work around this problem? Any help would be greatly appreciated

Regards,

Sam
 
Do a search on <browserCaps>. You need to add one of these to your
web.config file. That will probaby solve your problem.
 
Hi All,

I'm building my website using asp.net and vb and it looks fine with IE.
Howevery, when I view it using FireFox web browser, my textboxes and tables
expand horizonally (become much longer). As the result, the alignment of my
web pages just went crazy. Does anyone know why or have any ideas how to
work around this problem? Any help would be greatly appreciated

Regards,

Sam
When you set the width of your text boxes, use the columns property.

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

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