Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
On Win8 desktop (1920x1080) my project looks great. On my Win8 laptop (1920x1080) the system reports effective resolution of 1371x771 and due to resolution scaling (of 140%) my project's elements no longer fit. Can someone please point me to some REAL code to prevent Win8 from applying the 140% scaling to a heterogeneous container of images, text, input controls, etc.? Ideally, I'd like to apply no scaling to entire page fragments. TIA!
Posted

1 solution

You are right, you don't want to apply scaling. Instead, you need your pages to be more or less independent on the window size.

Say firm "no" to absolute positioning (as a rule of thumb) and fixed design.

You need to learn liquid, fluid and elastic Web page design. Please see:
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