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

  • SEARCH
  • Home
  • 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 7082275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:01:40+00:00 2026-05-28T07:01:40+00:00

I’m designing an interface for a service of mine and it needs to wrap

  • 0

I’m designing an interface for a service of mine and it needs to wrap the whole view area. It’s more of an application then a normal web-page. I want to know best practices for modern technology like css 3.0. I don’t want to have to write this in flash.

example

Sorry that the photo is from mspaint, but it was quick and dirty.

The goal is to have the topbar rest in normal position with the left bar the same way. the middle section (the app area) needs to fill the rest with an overlay element that may surpass the application area.

I know I can do javascript calculations, but I was hoping for a better way.

  • 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-28T07:01:41+00:00Added an answer on May 28, 2026 at 7:01 am

    That layour is a fluid/liquid width mixed with fixed width requirement. You can do that easily with normal CSS. You can do the box in low right hand corner by specifying fixed position in CSS.
    Check this for a liquid example example. More here

    Edit
    enter image description here
    Set the container element’s height to 100%. This is still rough but will get you started

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link rel="stylesheet" type="text/css" href="css/test-style.css">
    </head>
    
    <body>
    
    <div id="dv-Container">
    
        <div id="dv-header">
            <h2>Header</h2>
        </div>
    
        <div id="dv-sideBar">
            <h2>Side bar</h2>
        </div>
    
        <div id="dv-Content">
            <h2>Content</h2>
        </div>
    
        <div id="dv-Controls">
        </div>
    </div>
    
    </body>
    </html>
    

    CSS file

    /* CSS Document */
    
    html{
    height:100%;
    }
    
    body{
    margin:0;
    padding:0;
    min-height:100%;
    height:100%;
    }
    
    h2,a{
        margin:0;
        padding:0;
    }
    
    #dv-Container{
    background-color:#CCFFFF;
    width:100%;
    height:100%;
    margin:0pt;
    }
    
    #dv-sideBar{
        float:left;
        width:200px;
        height:100%;
        background-color:#CCCCCC;
    }
    
    #dv-Content{
        float:inherit;
        background-color:#FFFFFF;
        width:100%;
        height:100%;
    }
    
    #dv-Controls{
        height:150px;
        width:100px;
        background-color:#00CC99;
        position:fixed;
        right:10px;
        bottom:100px;
        margin:0;
        float:right;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm interested in microtypography issues on the web. I want a tool to fix:
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have an MVC Razor view @{ ViewBag.Title = Index; var c = (char)146;
I have a view passing on information from a database: def serve_article(request, id): served_article
I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display

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.