Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6007601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:42:15+00:00 2026-05-23T01:42:15+00:00

I am developing a web app that is supposed to have the feeling of

  • 0

I am developing a web app that is supposed to have the feeling of a desktop app. I want my layout to make use of the entire browser window height (no more, no less). I’ve made an image that show the intended structure of the page.

Intended layout

In other words, I don’t want the user to be able to scroll the entire page, but rather the different sections of the page. Similar to how most desktop applications work.

I’ve read everything about how to create columns with equal height etc., but non of the solutions I’ve found adds scrolling to the different sections instead of the entire page, and still makes use of the entire window height.

I hope someone has a solution to this, it would be awesome. I’ve been googling for hours.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:42:16+00:00Added an answer on May 23, 2026 at 1:42 am

    This should get you 90% of the way there:

    http://jsfiddle.net/aEdc7/

    However, have you considered using a JavaScript framework such as Ext JS? Take a look at some of the demos: http://dev.sencha.com/deploy/ext-4.0.1/examples/

    html, body {
        margin: 0;
        padding: 0
    }
    
    #container > div {
        position: absolute
    }
    #header {
        top: 0;
        width: 100%;
        background: cyan;
        height: 40px
    }
    #nav {
        top: 40px;
        bottom: 0;
        left: 0;
        width: 150px;
        background: #ccc;
        overflow-y: auto
    }
    #content {
        top: 60px;
        bottom: 0;
        left: 150px;
        right: 0;
        background: #eee;
        overflow-y: auto
    }
    #error {
        top: 40px;
        left: 150px;
        right: 0;
        height: 20px;
        background: #444
    }
    
    <div id="container">
        <div id="header"></div>
        <div id="nav"><br /></div>
        <div id="error"></div>
        <div id="content"></div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I'm developing a web app that is heavily dependent on JavaScript and which
I am developing a web app (using rails) that I will be launching within
I'm current developing web-app that allows a user to associate their account with their
we're developing a web app to cover all aspects of a printing company from
I am developing a web app which requires a username and password to be
I'm developing a web app on Yaws 1.65 (installed through apt) running on Debian
I'm developing a web app in Perl with some C as necessary for some
I need to switch among 3 different environments when developing my web app -
I am developing a small web app project (ColdFusion) and I am trying to
I'm developing a website. I'm using a single-page web-app style, so all of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.