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 9001367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:25:37+00:00 2026-06-16T00:25:37+00:00

Alright guys thanks for helping me with the 100% height problem. it works now..

  • 0

Alright guys thanks for helping me with the 100% height problem. it works now..

Now i have another problem.

My html:

<div id="menu"> Test </div>

<div id="content">

    <div id="submnu">
    Submenu 1 <br />
    <br />
    Submenu 2 <br />
    <br />
    Submenu 3 <br />
    <br />
    Submenu 4 <br />
    <br />
    Submenu 5 <br />
    <br />
    <br />
    LOGIN FORM<br />
    <br />
    <form method="POST" action="...php">
    Username:<br />
    <input type="text" name="username" style="width: 200px; border: #373c39 double 2px;" /><br /><br />
    Password:<br />
    <input type="password" name="password" style="width: 200px; border: #373c39 double 2px;" /><br /><br />
    <input type="submit" value="Login" />
    </form>


    </div>

    <div id="txt">
    <table>
    <tr>
    <td>
    <img src="images/producttest.png" border="0" />
    </td>
    <td align="left" valign="top" style="padding-top: 50px;">
    Productomschrijving: <br />
    <p>

    <div id="scimg">
    Winkelwagen<br />
    </div>

    Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.<br />
    Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. 
    <br />Donec eu libero sit amet quam egesta semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. 
    <br />Quisque sit amet est et sapien ullamcorper pharetra. 
    <br />Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. 
    <br /><br />
    Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci,<br />
    sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />
    Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue,<br />
    eu vulputate magna eros eu erat. Aliquam erat volutpat.<br />
    Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus
    <br /><br />
    Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.<br />
    Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. 
    <br />Donec eu libero sit amet quam egesta semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. 
    <br />Quisque sit amet est et sapien ullamcorper pharetra. 
    <br />Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. 
    <br /><br />
    Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci,<br />
    sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />
    Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue,<br />
    eu vulputate magna eros eu erat. Aliquam erat volutpat.<br />
    Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus
    </p>

    </tr>
    </table>
    </div>

</div>

And my css:

html {
    height: 100%;
}
body {
    background-color: #28B04B;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    height: 100%;
}
#head {
    height: 147px;
    overflow: auto;
    width: 1297px;
}
#logo {
    background-image: url("images/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 147px;
    width: 297px;
}
#header {
    background-image: url("images/headbg.png");
    background-repeat: no-repeat;
    float: left;
    height: 147px;
    width: 1000px;
}
#menu {
    background-color: #d4efdb;
    border-bottom: 2px double #373C39;
    border-top: 2px double #373C39;
    height: 30px;
    padding-left: 320px;
}
#content {
    background-color: #e9f7ed;
    height: 100%;
    overflow: hidden;
    min-height: 100%;
}
#txt {
    margin-left: 320px;
    margin-top: 10px;
}
#submnu {
    background-color: #d4efdb;
    width: 247px;
    min-height: 100%;
    overflow: hidden;
    float: left;
    padding-left: 50px;
    padding-top: 20px;
    display: block;
}
#scimg {
    background-image: url(images/scimg.png);
    background-repeat: no-repeat;
    width: 210px;
    height: 310px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 50;
    padding-top: 20px;
    padding-left: 20px;
}

i have created a shopping cart (div id: scimg).
but when i watch it on a lower resolution. the div of the shopping cart flows OVER the context text. how can i fix that?
hope to hear from you soon!

  • 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-06-16T00:25:38+00:00Added an answer on June 16, 2026 at 12:25 am

    Add height:100% at div content
    See demo:

    DEMO

    #content {
        background-color: #e9f7ed;
        min-height: 100%;
        height:100%;
        overflow: hidden;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alright guys, I'm sure there is a simple solution to this problem. I have
Alright, so what I have is a standard select option in an HTML form,
Guys i have little problem with PHP to call Javascript function on load ...
Alright guys, I'm quite confused. So, I have an NSDictionary which is populated by
alright, guys: I met a problem during communicating between two classes, the ViewControllerClass MyViewController
Alright guys, so I have the below structure, 10 times, which means 10 forms.
alright guys, this should be an easy one... I have an int array and
Alright guys, so I have a script set up to turn off the require
Alright guys, I have looked on the internet for ages and simply could not
Alright guys, I really hurt my brain over this one and I'm curious if

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.