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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:55:54+00:00 2026-06-16T02:55:54+00:00

I have a super simple page: <!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8 />

  • 0

I have a super simple page:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />   
    <link rel="stylesheet" href="@Url.Content("~/ui/all.min.css")" type="text/css" />
</head>
<body>   
    <div class="header">

</div>

</body>
</html>

and the css:

.header
{
    height:70%;
    width:100%;
    background:#990663;
}

body
{
    margin:0px;
    padding: 0px;
    height:100%;
    width:100%;
}

*
{
    margin: 0px auto;
}

I want the div height to be 70% of screen. How can I achieve that? If I put 400px in height, it works. So why not 70%? Any ideas how to achieve this?

  • 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-16T02:55:56+00:00Added an answer on June 16, 2026 at 2:55 am

    You just need to update html to have a 100% height (as well as body):

    html, body { height: 100%; }
    

    (JSFiddle)

    This is because 100% is always relative to the parent container (for body that’s html).

    One helpful post on the topic is here. FTA:

    First, we need to give 100% height to both the html and the body tag.
    This is often overlooked but is vitally important as no element will
    adjust to a percentage height unless it knows what it’s parent height
    is currently occupying. As the container is a descendant of the body
    tag which is a descendant of the html tag, then this is required.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This page I have is super simple, this should be a breeze but I'm
I have a super-simple query in a star schema. One fact, two dimensions. I
Here is the super simple code i have: HtmlDocument htmlDoc = new HtmlDocument(); htmlDoc.OptionWriteEmptyNodes
I have a database containing Page ojects with html content. A lot of the
I have made a super simple test case of a problem I'm having with
I need an extra pair of eyes! I have a super-simple query: $result =
I have read and re-read this page, as well as run the samples: http://code.google.com/chrome/extensions/background_pages.html
Im creating a super simple 'app' for facebook were users will have to locate
This really should be so very simple... I have an asp.net master page which
I'm building a super simple CMS in PHP, and have what's probably a simple

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.