How web site can be viewed in different screen resolutions?

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
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

design your pages assuming people will be using 800/600...actually design for 750-760px width.
 
K

Kevin Spencer

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

clintonG

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/
 

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

Screen Resolution 2
Screen Size 3
screen resolution viewing problems 2
Frontpage 2000 6
How to modify resolution of web page? 4
Resizing 1
View>Page Size? 4
View>Page Size? 2

Top