|
If you're using fixed values (like width="950px") then users with a screen res of 800*600 will have to scroll horizontally to view your page.
Use procentage values (like width="90%"); this way, your layout will fit on any screen used to display your page.
|