Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Experts,

In my web application, we designed it under 1280*1204 screen resolution,

here every thing works fine.
But when we opened the same application in the client machine his system resolution is having 1440*900.

In this case my application not fitting to the screen.

how we can achieve this by fit to the screen.

Kindly help me about this issue.
Posted
Comments
kumar9avinash 12-Nov-13 2:46am    
body{width:100%;} u can set width of the page to 100 %.
bbirajdar 12-Nov-13 2:59am    
You must have used hardcoded widths and heights

1 solution

It's a really bad idea to design a page layout which is so dependent on the size of the browser window. I mean it: window size, not screen size. Remember that the user can choose the size of the browser window.

You really need to embrace the ideas of liquid, fluid and elastic design; please see my past answer: To Get Screen resolution[^].

—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