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

The Archive Base Latest Questions

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

I have a very simple HTML layout where a vertical navigation bar should sit

  • 0

I have a very simple HTML layout where a vertical navigation bar should sit to the left of a Content div. And both elements should be centred horizontally.

I have set the CSS code to make it layout like so, but it is not displaying the way I said above. The way it actually looks is the navbar sits to the left (x=0) & the content div sits below that navbar also on the absolute left.

What am I doing wrong?

    <!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"><!-- InstanceBegin template="/Templates/homepage.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>Kamalei - Home Page</title>
    <style type="text/css">
    <!--
        html, body, div, form, fieldset, legend, label, img {  margin: 0;  padding: 0;  }  table {  border-collapse: collapse;  border-spacing: 0; }  th, td {  text-align: left;  }  h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }  img { border: 0; } 

        body { text-align: center; min-width: 1200px; }

        /* ID elements */
        #backgroundImg  { z-index: -1; position: absolute; left: 0px; top: 0px; }

        #heading        { height: 300px; padding-top: 30px; }
        #main           { display: inline; }
        #navBar         { height: 700px; width: 200px; background: url("images/navBackground.png") no-repeat; } 
        #content        { height: 700px; width: 800px; background: url("images/contentBackground.png") no-repeat; }

        #navLinks           { font: 100%/1.4 'Segoe Print'; font-weight: bold; list-style-type: none; }
        #navLinks ul, li, a { color: white; }

        /* Classes */
        .hidden         { display: none; }
        .unhidden       { display: block; }
    -->
    </style>

</head>

<body>

    <div id="heading"> 
        <img id="headingImg" src="images/logoWritting.png" alt="Kamalei Childrens Centre" width="600px" height="240px"/>
    </div>

    <div id="main">
        <div id="navBar">

        </div>

        <div id="content">
        </div>
    </div>


    <!-- Must keep the background image at the bottom of body -->
    <img id="backgroundImg" src="images/background.png" alt="" width="100%" height="1100px"/>

    <script type="text/javascript">
    <!--
        window.onresize = setBackgroundImgWidth;
    -->
    </script>

</body>
  • 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:22:04+00:00Added an answer on May 23, 2026 at 1:22 am

    You need to either float or position #navBar and #content. I’d go with float:

    #navBar { float:left; height: 700px; width: 200px; background: url("images/navBackground.png") no-repeat; }
    #content { float:left; height: 700px; width: 800px; background: url("images/contentBackground.png") no-repeat; }
    

    For centering, you need to do the following to #main:

    #main { display: block; width:1000px; margin:0 auto }
    

    Centering works by defining a width for an element and applying “auto” to left and right margins.

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

Sidebar

Related Questions

I have a very simple html. The red div is inside the blue div
Take a very simple case as an example, say I have this URL: http://www.example.com/65167.html
I have found that my HTML is, to be honest, very clunky. Small, simple
I have been wrestling with what should be a very simple thing for weeks
i have very simple problem. I need to create model, that represent element of
I have very simple select like this: SELECT * FROM table WHERE column1 IN
I have a very simple problem which requires a very quick and simple solution
I have a very simple WPF application in which I am using data binding
I have a very simple bit of script that changes the status of an
I have a very simple TCP server written in C. It runs indefinitely, waiting

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.