Click here to Skip to main content
16,020,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I am developing a web site based on Information site.

Now when i run this site at my client's computer the pages designing is different.

I have 17 inch Monitor and my client has larger than 17 inch monitor.

I have tried also to set Resolution JavaScript but that is also working in my Pc but still not solve problem in larger than 17 inch monitor.

So how could i slove this problem regarding the screen resolution.


Thanks in Advance...
Posted

1 solution

You cannot control the sizes that users run your web page at, you use CSS to style your page so that it positions itself properly on any screen size. The easiest way to do this is to design for a minimum size and position your content cleanly using whitespace around that area on bigger screens. A better way is to make it flow so that it fills available space cleanly.
 
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