Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I have developed a website using ASP.Net 3.5 and c#.
Whenever i open the website from a different machine,the display is getting distorted.
It works fine on my machine but not on other machine.

What might be the possible problems...???PLZ help me out.
Posted
Comments
ZurdoDev 4-Apr-13 7:22am    
This is the nature of web programming. Resolutions and screen sizes are different. You need to learn some CSS likely.
fjdiewornncalwe 4-Apr-13 10:13am    
The problem is that you have said. "It works on my box".
But seriously, when you are working with web applications you must always design your UI so that it can be viewed nicely on many resolutions. Try to use flexible layout options which will expand and contract areas of the page based on the available real estate.
Anuja Pawar Indore 4-Apr-13 10:20am    
CSS is best solution,Proper CSS will solve your problem.

1 solution

This may happen because you develop too stiff page design? Did you use absolute positioning? Absolute sizes, not self-adjusting to the page width? If you did, you pay for that by incompatibility with different systems and browser, with low tolerance even to a user resizing of the browser windows.

You need to learn fluid, liquid or elastic Web design:
http://designfestival.com/resizing-fixed-fluid-or-responsive-layouts/[^],
http://www.thesitewizard.com/webdesign/liquid-elastic-fixed-relative-layout.shtml[^],
http://www.tjkdesign.com/articles/one_html_markup_many_css_layouts.asp[^].

You can find some more: http://bit.ly/WgQaJu[^].

—SA
 
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