There's no better or not, it really depends on your requirements. The nice
thing about relative sizes (%) is that it'll adjust to the user's settings.
The downside is that it might look differently than what you were planning.
if you specify 600px, there might be 1000px of whitespace on the right...If
you specify 70%, it might squish the text into a smaller area than you were
planning.
There's no better or not, it really depends on your requirements. The nice
thing about relative sizes (%) is that it'll adjust to the user's settings.
The downside is that it might look differently than what you were planning.
if you specify 600px, there might be 1000px of whitespace on the right...If
you specify 70%, it might squish the text into a smaller area than you were
planning.
The standard is to use percents, which allows the page to resize to fit in
the browser window.
Fixed width is usually only used for special cases.
This is analagous to FlowLayout vs. GridLayout.
Here's more info: http://SteveOrr.net/articles/ControlPositioning.aspx
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.