resolution change causes scrolling

L

long84

I designed my web site using 1024X768 resolution. When
viewed in 800X600 you have to scroll to see everything on
the right. So I adjusted everything to be compatible
with 800X600. I notice alot of web page content sits to
the left, so I figured this is what you have to do. I
just got done viewing a webpage that wraps when the
resolution is changed so nothing looks strange either
way. Can anyone explain how to do this?
Thanks!
 
M

Mike Mueller

: I designed my web site using 1024X768 resolution. When
: viewed in 800X600 you have to scroll to see everything on
: the right. So I adjusted everything to be compatible
: with 800X600. I notice alot of web page content sits to
: the left, so I figured this is what you have to do. I
: just got done viewing a webpage that wraps when the
: resolution is changed so nothing looks strange either
: way. Can anyone explain how to do this?
: Thanks!

Use percentages on your tables and images as opposed to
fixed pixel sizes
 
Top