Changing control sizes

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

I wrote an ASP.Net application and it looks great in IE for Windows. If I
run it on IE for Mac or FireFox the web form controls resize and it looks
like somebody hit it with an ugly stick.

How do I get the web form controls to hold their size in different browsers?

Any help is greatly appreciated.
 
This is not because you are using web controls. Any html controls would do
the same. The problem is in the way how you layout the page. Different
browsers handle the same size and position instructions in different ways.
You should ask this question on html-related forums.

Eliyahu
 

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