How web site can be viewed in different screen resolutions?

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

Guest

I have created my web site with screen resolution 1024 x 768 and it looks
good but when the same page is viewed 800 x 600 resolution the page doesnt
looks good is there any way to see the web page in good shape in both
resolution
thanks in advance
 
design your pages assuming people will be using 800/600...actually design for 750-760px width.
 
Yes, there is "any way." No, there is no "easy way." The only way I know of
is to learn everything you can about HTML, CSS, and/or JavaScript, and apply
your knowledge.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
The lesson to be learned mandates designing for the smaller 800x600 display
format and using CSS to allow the content to flow when the browser is
resized or when the site is viewed on a display configured to support higher
resolutions. This methodology is a judgement call and IMO is best made
depending on the type and the context of the content that is to be
displayed, e.g. not all sites need use 'liqud design' and remain quite
useable when confined to fixed layouts or smaller 800x600 layouts.

There are also tools you should acquire that allow you to resize the browser
and rapidly switch display resolutions to test your work at design-time
allowing you to design in your preferred higher resolution.

Google: "liquid design"
Google: BrowserSizer
Google: quickres

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
Back
Top