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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:32:31+00:00 2026-05-30T14:32:31+00:00

I am trying to build a topbar that has some links on the left

  • 0

I am trying to build a topbar that has some links on the left and to the right, there will be a Login Link which would open the Login Form in a DropDown. I also want that the Login form should behave like a selected Tab when clicked (or when the dropdown is open)

My code looks like this :-

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
    <div class="container">
        <ul class="nav">
            <li><a href="#">Home</a></li>
            <li><a href="#">Section1</a></li>
            <li><a href="#">Section2</a></li>
        </ul>

        <ul class="nav nav-tabs pull-right signin-menu">
            <li class="dropdown" data-dropdown="dropdown"><a href="#" data-toggle="dropdown" class="login-link dropdown-toggle">Login</a>
                <ul class="dropdown-menu" id="signin-dropdown">
                    <li>
                        <form>....</form>
                    </li>
                </ul>
            </li>   
        </ul>           
    </div>
</div>

I’ve got 2 lists, one of them to the right as I wanted it to behave like tabs. My problem is that I can’t remove the little arrow that points to the Login Link when the dropdown is open. I want it to look like a selected Tab with dropdown below it, without the pointing arrow.

Also, the tab looses it’s rounded corners when selected. I am sure it’s a CSS issue but not sure where to look for it..

Any ideas?

P.S. I am on BootStrap v2.0.1

  • 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-30T14:32:32+00:00Added an answer on May 30, 2026 at 2:32 pm

    The arrow is added by the bootstrap by using a pseudo-element, you can negate that feature on the “login” portion of your code by targeting that unique class you added, to leave the default behavior untouched for other menu elements. This way also makes for a no-fuss bootstrap update.

    You can remove the dropdown arrow on the login box by adding display:none to the corresponding pseudo-class like so:

    CSS

    .signin-menu .dropdown-menu:before {
        display: none;
    }
    
    .signin-menu .dropdown-menu:after {
        display: none;
    }
    

    Quick Demo, edit here.

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

Sidebar

Related Questions

Trying to build a plugin effect that will some what look better than this
I'm trying build a regex that will replace any characters not of the format:
Im trying to build sort of slide where when click on link .animate will
Im trying to build a addin that can take some a selection of cells
I'm trying build a method which returns the shortest path from one node to
I'm trying build an App Engine connected Android application and am having some problems
Trying to build openssl-fips-2.0 with NDK, before I was lucky found this link and
I have a std::vector< tr1::shared_ptr<mapObject> > that I'm trying build from data contained in
Trying to build Wireshark from source as there is no Linux installer and I
I'm trying to build something that I'm not sure if it's possible. I have

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.