PDA

View Full Version : Making page adapt to monitor resolution



aditd
05-09-2011, 04:14 PM
I have a to make web page containing 2 columns. This is done.
Now what I would like to insert in the code is something like this:
The 2 columns should be full screen on any resolutions. Something like the page would adapt to the monitor resolution.
The percent would be 80% for the first column 20% for the second one.

What I don't know - is how to do that. Would a table resolve this problem?
What would be the code for this?

Suggestion are well appreciated.

rah
05-09-2011, 05:12 PM
Are you trying to do it with CSS or just tables? Also, are you trying to go 100% vertically in the screen in addition to horizontally?

Web-Design-Guy
05-10-2011, 11:21 PM
I'd use divs (not tables!!!) and a separate css stylesheet. Set widths as percentages.

rogercooke
05-11-2011, 06:15 AM
You can look at the fluid grids topic at A List Apart at http://www.alistapart.com/articles/fluidgrids/