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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:25:19+00:00 2026-05-25T20:25:19+00:00

All, http://rich2233.comoj.com/ Three things I want to do: I need the navigation bar to

  • 0

All,

http://rich2233.comoj.com/

Three things I want to do:

  1. I need the navigation bar to sit below the header. This is probably
    a simple fix, but for the life of me, I can’t figure it out.
  2. I need the text in the navigation to be centered vertically.
  3. How do I put some space between the left and right columns?

Thanks for your help! Below is the css code:

body,html {
    margin:0;
    padding:0;
    color:#101010;
    font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;


}

p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;

}

p a{
    text-decoration: none;
    color: #4e6f8c;

}


#wrapper {
    width:960px;
    margin:0 auto;
    padding: 0px;
    background:#fff;
}

#header {
    padding:5px 10px;
    background:#fff;
    height:137px;


}

#nav {
    padding:5px 10px;
    background:#fff;
    width: 960px;
    height: 40px;
    font-size: 15px;
    color: #7c7c7c;
    text-align: center;


}

#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    position: absolute;
    bottom: 5px;
}

#nav li {
    display:inline;
    margin:0;
    padding:0;
    width:160px;
    height: 45px;
    float: left;
    background-color: #f6f6f6;
    -moz-border-radius: 25px 10px / 10px 25px;
    border-radius: 25px 10px / 10px 25px;
}


#nav li:hover {
    background-color: #df220f;

}

#nav li:hover a{
    color: #ffffff;
    text-decoration: none;

}

#nav a {

    color: #fff;
    text-decoration: none;
}


#nav a:link {
    color: #7c7c7c;
    text-decoration: none;


}

#nav a:visited{
    color: #ffffff;
    text-decoration: none;


}


#nav a:hover {
    color: #ffffff;
    text-decoration: none;



}

    #nav a:focus {
    color: #ffffff;
    text-decoration: none;

}

#nav a:active {
    color: #ffffff;
    text-decoration: none;

}


#leftcontent {
    float:left;
    width:710px;
    height: 300px;
    background:#df220f;
    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
    background-image:url('./images/main_placeholder.png');
    background-repeat:no-repeat;
    background-position:center; 
}

h2 {
    margin:10px 0 0 20px;
    color: #24389b;
    font-size: 19px;
    padding-bottom: 8px;
}

#rightcontent {
    float:left;
    width:250px;
    background:#df220f;
    height: 1%;
    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
    height: 300px;
    background-image:url('./images/side_logo.png');
    background-repeat:no-repeat;
    background-position:bottom center; 

}


#footer {
    clear:both;
    padding:5px 10px;
    background:#fff;
}

#footer p {
    margin:0;
    }

* html #footer {
    height:1px;
}

_______ HTML EDIT:

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
  <html lang="en">
  <head>
  <link rel = "stylesheet" type = "text/css"
 href = "./style.css" media = "all" />
  </head>
  <body>
  <div id="wrapper">
<div id="header"><img src="./images/logo.png" alt="Ultrabond Logo" /></div>
<div id="nav">
    <ul>
        <li><a href="Research">Home</a></li>
        <li><a href="Research">Service<br />Details</a></li>
        <li><a href="Research">Service<br />Request</a></li>
        <li><a href="Research">Crack<br />Repair</a></li>
        <li><a href="Research">FAQs</a></li>
        <li><a href="Research">Contact</a></li>
    </ul>

</div>
<div id="leftcontent">

</div>
<div id="rightcontent">
    <p>Average cost of a windshield<br />replacement: $240</p><p>Average   <i>repair</i> cost: $60</p><p>Just another reason why<br />windshield <i>repair</i> makes sense</p>

</div>
<div id="footer">
</div>

 </div>
 </body>
 </html>
  • 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-25T20:25:20+00:00Added an answer on May 25, 2026 at 8:25 pm

    First of all your link doesn’t work

    1) Don’t set position: absolute for nav ul

    2) Use line-height rule (more detailed here)

    3) Use margin or padding. Add margin-left: <whatever you want>px to #rightcontent

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

Sidebar

Related Questions

I need to protect all http://domain.com with AuthType Basic, but leave http://domain.com/foo/bar (http://domain.com/foo/bar is
I'd like all queries like http://mysite.com/something/otherthing?foo=bar&x=y to be rewritten as http://mysite.com/something/otherthing.php?foo=bar&x=y In other words,
i want Redirect the old url`s to new address. Redirect all http://www.mysite.com/viewdownload/**/** url`s to
according to this question all HTTP header when we are using HTTPS are encrypted(including
I want to find URL like following with preg_match. http://www.website.com/THE_ID_WHICH_I_WANT/RANDOM_CHARACTERS_AND_NUMBERS.RANDOM_SOMETHING.html This is how far
I need loging all HTTP request (from any application). I have Delphi 7.0. Anybody
I want to watch all the HTTP requests going out of a certain application
Some information on A/B split-testing: http://startuplessonslearned.blogspot.com/2008/09/one-line-split-test-or-how-to-ab-all.html http://www.37signals.com/svn/posts/1525-writing-decisions-headline-tests-on-the-highrise-signup-page I could do this in a Rails
The picture below explains all: alt text http://img133.imageshack.us/img133/4206/accentar9.png The variable textInput comes from File.ReadAllText(path);
I have followed all the instructions here: http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/ to install & config apache get

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.