tsalexey544
Account Suspended
- Impact
- 0
Another n00b question
--------------------------------------------------------------------------------
The PC I'm building the webpage on has a resolution of 800x600. Of course, when I increase the resolution the page blows up like a balloon and the spacing of my divs is humongous. I'm setting div size with percentage in order to keep everything from grouping up on the left side of the screen at higher resolutions but lets say I have one div with
Code:
style="left:3%"
and another one with
Code:
style="left:55%"
At 800x600 the spacing between the divs looks like I want, but at higher resolutions the spacing between them increases to the point where the page becomes ackward and unattractive looking. Any suggestions on a better way to design for different resolutions?
--------------------------------------------------------------------------------
The PC I'm building the webpage on has a resolution of 800x600. Of course, when I increase the resolution the page blows up like a balloon and the spacing of my divs is humongous. I'm setting div size with percentage in order to keep everything from grouping up on the left side of the screen at higher resolutions but lets say I have one div with
Code:
style="left:3%"
and another one with
Code:
style="left:55%"
At 800x600 the spacing between the divs looks like I want, but at higher resolutions the spacing between them increases to the point where the page becomes ackward and unattractive looking. Any suggestions on a better way to design for different resolutions?














