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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Overlapping text on my website. 2
Link in CSS 1
CSS or not? 3
CSS for my website 2
CSS Table Question 6
css formatting of posts 1
Problems with Borders using CSS 17
css and normal text 6

Back
Top