Format & CSS question

  • Thread starter Thread starter Steve Grosz
  • Start date Start date
S

Steve Grosz

Is it possible to have all text/graphics change with screen resolutions? So
if I build a page at 800x600, and someone comes in at a lower/higher rate,
the page will adjust for the changes?

Would something like this be done with CSS?

Steve
 
No. You would have to use JavaScript to detect the resolution, then load
different pages or images. However, take me for example I run at 1280 x 1024
but I never use full screen, so detecting my resolution would not be a good
thing. Best to design for 800 x 600 (max 750 pixels wide).

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top