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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:37:28+00:00 2026-06-15T13:37:28+00:00

I have a problem with my CSS / HTML navigation bar. I am currently

  • 0

I have a problem with my CSS / HTML navigation bar. I am currently on Mac and using safari and the navigation works perfectly. However when I open it inside of Chrome/Firefox/IE the border isn’t sitting the entire length of the navigation bar.

You can see the nav here: http://www.tkdqld.xeonweb.com.au

It is probably something silly within my CSS. My CSS is below

#nav {
    position:relative;
    text-align:center;
    width:1155px;
    height: 36px;
    margin:auto;
}

#nav ul {
    margin:0;
    position:absolute;
}

/* 1 Level Horizontal Nav */

#nav ul li {
    display: inline;
    float:left;
    text-align:center;
    position: relative;
    height:36px;
    padding-right:43px;
    padding-left:42px;
    position:relative;
    border-right:solid 1px #FEE697;
    border-left:solid 1px #FEE697;
}


#nav li a, #nav li a:link {
    font-family: 'SommetRoundedBold',"Helvetica Neue", Helvetica, Arial;
    display: block;
    margin:auto;
    text-decoration: none;
    line-height: 22px;
    text-align:center;
    position:relative;
    height:35px;
    font-size: 18px;
    outline: none;
    padding: 9px 0px 0px 0px;
    color:black;

}

#nav ul li:hover {
    background:#F0E68C;
    height:35px;
    width:auto;

}

#nav ul li.current {
    background:#5A1416;

}

Thanks to anyone who could kindly help me it would be greatly appreciated.
Cheers

  • 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-15T13:37:29+00:00Added an answer on June 15, 2026 at 1:37 pm

    You have a static left and right padding for each. Fonts render slightly different in different browsers. Try a fixed width for each. Also added a rule to clean up your borders.

    #nav ul li {
        display: inline;
        float: left;
        text-align: center;
        position: relative;
        height: 36px;
        position: relative;
        border-right: solid 1px #FEE697;
        padding-top: 1px;
        width: 164px;
    }
    
    #nav ul li:last-child {
        border-style: none;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a navigation bar which i am using css to highlight on hover
I have a strange problem working with HTML,CSS in different browsers: Firefox 3.6 and
I have a weird problem with my HTML and CSS code: <header> <h1>title</h1> </header>
I am using CSS rounded corners for firefox and I have the following problem
I have a navigation bar on my website. The HTML: <nav id=navigation> <a href=index.html>
I have my navigation bar using unordered links and using jquery for ui effects.
I am currently at a loss with this particular bit of HTML/CSS problem. I
tl;dr I have an HTML+CSS page layout using positioned and scrolling boxes to simulate
Basically, I am building a horizontal navigation bar. I have following markup: <ui:style src=../common.css
I have a problem with a page. Its using CSS floats. Everything looks fine

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.