Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created a web application using ASP.Net its working fine in IE but when i open the same URL in Firefox then the page is getting with misalignment and also that page is not fit to the screen.
can anyone suggest a solution?
Also now am developing in Win xp , is that application will work in Win 7 without any misalignment?
Posted
Comments
mayankkarki 17-Nov-12 7:24am    
There is no change in alignment with change of windows because its running on browser. This is very old issue with .net that it shows different layouts in diff. browser. you have to design it properly using tables and div.

1 solution

Welcome to the amazing world of web development.

Since you have not provided any code or screenshots,I cannot suggest you a guarenteed fix for your issues. So I will try to transfer myself to your machine via teleportation and will have a look at the code. But since this is the weekend , I am a bit lazy now.
Till then I am providing some generic solutions to write browser compatible CSS
http://www.iangraham.org/books/xhtml2/exerpt/css-4a.html[^]
http://prefixr.com/[^]
Hope this helps.
 
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