auto fit webpage on website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some people still use 800 X 600 as their screen size. Is there a way to make
web pages auto fit to different screen resolutions? If I make the page small
enough to accommodate the small resolutions then they are too small for the
higher res.
 
Screen resolution is not the number you need to worry about. Browser width
is. On my 1280x1024 screen, my ~730px wide browser will drop a horizontal
scrollbar on any page wider than the width of the viewport.

Read this, then decide what minimum width you want to support, and then make
sure you don't use anything wider than that minimum width.

http://www.thepattysite.com/window_sizes1.cfm
 
Back
Top