I have an website project build on ASP.Net extension. My website is working good in Internet Explorer but in Mozilla Firefox or Opera lots of controls are overlapped. After very goggling I got lots of solutions like you can set-up the Web.config file as
here will be some settings, but how i don't know the process even
Lots of internet articles saying me to setup the Machine.config to eliminate such problem. I know it that microsoft is not built on standard HTML 4.0 format and this is the cause to map the locations as per different browsers.
Actually I want to run my website project well-arranged on my localhost in Mozilla Firefox, Opera etc. So, that I never get any problem at the time of hosting.
Will you please suggest me step by step process to handle such problem? help me

John WiesePosted Jun 3, 2010, 10:52 AM
Abhimanyu K VatsaPosted Jun 3, 2010, 10:02 AM
Thanks lot
I don't want to view it only, I want to configure it as in Web.config file or Machine.config file.
John WiesePosted Jun 3, 2010, 8:42 AM
There is also a free IE SuperPreview (only shows IE versions) which you can download from: http://www.microsoft.com/downloads/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&displaylang=en
Here is a good article that talks about the issue and has a sample entry for the Web.Config for a few different browsers. You will need to find the exact one for the versions of the different browsers you want to support.