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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:56:19+00:00 2026-05-23T18:56:19+00:00

I am building a navigation bar which will be located at the top of

  • 0

I am building a navigation bar which will be located at the top of every page on the CMS I am developing. This navigation bar contains a series of images and text links, some of which will trigger a drop-down menu.

I am having trouble with several parts of this navigation bar, take a look at this Fiddle http://jsfiddle.net/spryno724/uARnf/:

  1. I cannot get the right side of the drop-down menus to line-up with the right side of the menu triggers.
  2. How can I have the menu disappear when the user clicks outside of the menu and it’s trigger?
  3. [BONUS!!!] When the preview frame loads, there is a small amount of left/right scrolling that you can do. This is the same in the actual application. How can I remove that?

Sorry for the crash list of questions, but I am at a really big hang-up. Could someone help me resolve these?

Thank you for your time!

  • 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-23T18:56:19+00:00Added an answer on May 23, 2026 at 6:56 pm

    The code below should cover all your issues. Just replace your CSS rules and jQuery/JavaScript with the below code. Live example: http://jsfiddle.net/uARnf/5/

    CSS:

    nav.pluginBar ul.pluginBarRight li {
        display: inline-block;
        *display: inline; /* Invalid CSS, but necessary for IE7 to display each of the unordered list item in-line :( */
        zoom: 1; /* Invalid CSS again, but necessary for IE7 to treat the unordered list item as block-level elements :( */
        vertical-align : top;
        height: 35px;
        color: #999;
        clear: both;
        position: relative; /* Added this */
    }
    
    nav.pluginBar ul.pluginBarRight li div {
        background: #2d2d2d;
        width: 250px;
        position: absolute;
        right: 0; /* Added this */
        top: 35px;
        display: none;
    }
    

    jQuery:

    $(function() {
        $(document).click(function () {
            $('.pluginBarRight li div').hide();
        });  
        $('.pluginBarRight li').click(function () {
            $('.pluginBarRight li div').hide();
            $(this).children('div').show();
            return false;
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a navigation bar where the images should be swapped out on mouseover;
I am building an iPhone app, which will function similarly to many restaurant finder
Basically, I am building a horizontal navigation bar. I have following markup: <ui:style src=../common.css
I'm building a website, and would like to make aa navigation bar with submenus.
I'm building a site with a simple navigation bar. I've written some CSS to
I'm building a SL4 app. I have two controls, a top search bar and
I'm building a small-scale website (a personal one) in which each page would have
I'm building a page that has a few divs of content that will slide
I'm building a tab bar application in which there are three tabs, each of
I'm building an app that combines tabbar and navigation bar. In one of tabs,

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.