Gazing into my crystal ball I observed "Yeah" <yeah@positive.net> writing
in news:YASIf.2403$et.2210@dukeread12:
[color=blue]
> I just purchased a Samsung 930B flat-panel monitor. Its *recommended*
> resolution is 1280x1024.
>
> I was previously running at 1024x768, but I also work with graphics.
> Any images that were square or circle looked about 10% taller than they
> should be. Naturally, correcting the screen resolution to the monitor's
> native of 1280x1024 fixed this and displayed more accurate proportions.
>
> Because this change made all screen elements microscopic, my next step
> was upping the monitor's DPI setting to Large (120dpi). Unfortunately,
> this causes disproportion in the text in my web site, and I cannot
> decide whether to change Internet Explorer's text size from Medium to
> Smaller. (At 120dpi, Smaller is the closest match to where I was
> before).
>
> I believe my best bet is to code the text size in my web site to
> compensate for these changes. Can anyone give me any options which may
> help keep my web site's text consistent through changes in resolution
> and DPI?
>
>
>[/color]
Yes, don't set a font size at all, or set it in percentages, eg:
body {font-size:100%}
h1 {font-size:130%}
..legaleze {font-size:85%}
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share