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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:13:58+00:00 2026-05-25T02:13:58+00:00

In many sites after you login there is a account drop down menu on

  • 0

In many sites after you login there is a account drop down menu on upper right. Hovering the mouse there or clicking the arrow pointed at below makes a drop down come up that lists different actions that can be taken by the user.

I want a effect like the one on living social or grooveshark

Is there a template/skeleton I can work off of, I was willing to pay for something like this as well but the only resource I know of, codecanyon did not show me anything close to what I want.

Can someone suggest a resource or show a skeleton on jsbin?

  • 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-25T02:13:59+00:00Added an answer on May 25, 2026 at 2:13 am

    You can solve this by adding a div to the bottom of your html and display it whenever a person clicks or hovers on the account button.

    So you would like add a div menu with a list of options on the bottom of your html like this. By adding it on the bottom of your html it automatically gets the proper z-index and is displayed ontop of all the preceding html (everything else)

    <div id="dropdown">
      <ul>      
        <li>option 1</li>
        <li>option 2</li>
      </ul>
    </div>
    

    give the dropdown a style in your css that makes it absolute positioned at the top of the screen and invisible

    #dropdown{
      display: none;
      postion: absolute;
      top: 20px;
     }
    

    and on the account button you put either plain javascript like:

    onclick="document.getElementById('dropdown').style.display = (el.style.display != 'none' ? 'none' : '' );"
    

    or jquery like:

    onclick="$('#dropdown').toggle();"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a website with using struts2 and jsp pages. In many sites after
There are many sites with instructions on installing ropemacs, but so far I couldn't
though I have visited this site many times, this is my first question. After
Many sites show a Back to top link in their footer. Others, even worse,
I've noticed many sites are able to use a username or page title as
I have seen on many sites the silverlight video player. I noticed that all
The question is pretty much self-explanatory. I Googled many sites, many methods, tried many
I want to know the disadvantages of scanf() . In many sites, I have
Please help, clarify this issue, I have seen it on many sites now, you
I wonder why many web sites choose to use random id:s instead of incrementing

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.