I will appreciate your help dividing my LTR html page.
I would like the page to fit 100% height & width in the browser.
I am not sure whether to use table / Divs.
Please advise.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
divs and:Then, you can simply add
divs inside<div id="container"></div>and setwidth: ??%andheight: ??%and it will work as expected.Here’s a start: http://jsfiddle.net/k5n5W/