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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:25:01+00:00 2026-05-20T07:25:01+00:00

I am working on a website and I want to have a navigation bar

  • 0

I am working on a website and I want to have a navigation bar that is set to the bottom right hand corner of a DIV. I have gotten it in place, however, every time I hover over a button a weird glitch occurs that places the hover’ed buttom to the very right position. I can’t seem to figure out a solution to this issue (whatever I do needs to be IE friendly).

Tested in Chrome, FF, and Safari. All the same.

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style>

#head {
    width: 80%;
    height: 80px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    background: #56A0D3;
    background-image:url(/image/bubblesTall.gif);
    z-index: 5000;
    padding-top:5px;
    color: #FFFFFF;
}

.menu {
    float:right;
    width:80%;

    position:absolute;
    bottom:0px;
    right:0px;
    margin-right:0px;
    text-decoration:none;
    height:auto;
}
.menu li {
    float:right;
    text-decoration:none;
    list-style-type:none;
}

#nav a:hover,
#nav a:focus {
    color:#ffffff;
    background:#009999;
    text-decoration:none;
    font-size: 14px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.menu a {
    float: left;
    display:block;
    text-align:center;
    color: #5ccccc;
    background: #006363;
    font-size: 12px;
    font-weight:200;
    text-decoration:none;
    font-size: 14px;
    position:relative;
    padding-left:5px;
    padding-right:5px;
}

</style>
</head>

<body>
<div id="head">logo
<div class='menu'>

       <ul id="nav">
          <li><a href="index.html">Home</a></li>
          <li><a href="about.html">About Us</a></li>
          <li><a href="gallery.html">Gallery</a></li>
          <li><a href="programs.html">Programs</a></li>
          <li><a href="prospective.html">Prospective Clients</a></li>
          <li><a href="contact.html">Contact Us</a></li>
      </ul>

</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-20T07:25:02+00:00Added an answer on May 20, 2026 at 7:25 am

    Looks as thought your CSS is the problem. It seems to be a little contradictory.

    Try the following:

    HTML

    <div id="head">logo
    <div class='menu'>
    
           <ul id="nav">
              <li><a href="index.html">Home</a></li>
              <li><a href="about.html">About Us</a></li>
              <li><a href="gallery.html">Gallery</a></li>
              <li><a href="programs.html">Programs</a></li>
              <li><a href="prospective.html">Prospective Clients</a></li>
              <li><a href="contact.html">Contact Us</a></li>
          </ul>
    
    </div>
    </div>
    

    CSS

    #head {
        width: 80%;
        height: 80px;
        position:relative;
        margin-left:auto;
        margin-right:auto;
        background: #56A0D3;
        background-image:url(/image/bubblesTall.gif);
        padding-top:5px;
        color: #FFFFFF;
    }
    
    .menu {
        float:right;
        position:absolute;
        bottom:0px;
        right:0px;
        text-decoration:none;
        height:auto;
    }
    
    ul#nav li{
        float:left;
    }
    
    ul#nav li a,
    ul#nav li a:visited{
        color:#ffffff;
        background:#009999;
        text-decoration:none;
        display:block;
        padding:5px;
    }
    
    ul#nav li a:hover,
    ul#nav li a:active{
        color:#ffffff;
        background:#ff0000;
        text-decoration:none;
    }
    

    Here’s a working example: http://jsfiddle.net/YmeKa/1/

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

Sidebar

Related Questions

Hi Hi have a working website on localhost that I want to move online.
I'm working on an E-Book that will be published to my website. I want
I'm working on a website using friendly URLs. We want to have www.website.com/johndoe go
I am working on navigation menus in a wordpress website. Please have a look
I want to have an application that displays all of my website's external links
I have been heavily relying on CSS for a website that I am working
I am working on a website that I want to be entirely Javascript based:
I am working on a website and I want to add some kind of
I've been working on a website lately and want to speed up my application.
hey i guys i want help from you. i am working on website project,

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.