Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello sir

I have made a website in ASP.NET
bt when we open it into IE6,IE7,IE8 and mozilla firefox
the allignment of controles and text is not proprw in run time
plz help me out
what should i do?
should i write some code in MASTER PAGE to make my website compatible with above browser
Posted
Comments
Wendelius 26-Mar-11 8:07am    
Why post the same question twice? If you need to modify the question, you can improve it after posting.

Look here for various answers for similar question asked here: Similar question asked here[^]

One such links: Browser Compatibility Application[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Mar-11 16:22pm    
My 5. OP welcome to the word of incompatibilities.
--SA
Sandeep Mewara 27-Mar-11 2:34am    
Thanks SA.
For opening web pages in IE7 compatibility mode please include the following two statements in head section of the Aspx page or the master page.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

Reference article is found at: http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900