Screen Size

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

Guest

Is there a way for the published website to adjust for screen size
resolution? My site was designed for 1024 x 768 screen resolution. Those with
800 x 600 are not seeing the entire page unless they scroll left and right.
Can the website automaticly adjust to fit the viewer's screen resolution?
 
Yes, if you designed the site to do so from the beginning, otherwise no. You would have use CSS,
fixed width table (750 pixels) or % width table that would adjust to the browser window opening.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
It's not resolution anyhow. It's browser width. I can set my browser at any
width I want within the maximum limits of my screen's resolution.

The answer is to make your pages either flex to fill the browser at any
width with 100% page contaners,. or make them fixed width and center.
 
Back
Top