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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:18:32+00:00 2026-06-15T21:18:32+00:00

I would like to position a dynamically generated div directly above a button (higher

  • 0

I would like to position a dynamically generated div directly above a button (higher in the page, not Z-index). When the button is clicked, I want to reveal the div with a reverse jQuery slideToggle().

I have set up an example in the fiddle: http://jsfiddle.net/sablefoste/YWnJE/30/

I am close, but I can’t seem to position the reveal to appear directly above the button. I am able to get it to slide upward with by using my CSS position:absolute; left:0;bottom:0; following the first example in http://www.learningjquery.com/2009/02/slide-elements-in-different-directions/.

If I change the left:0; bottom:0; to something else, I can position it correctly until the browser window is resized.

Is there a way to do this without brute force (specifically, identifying the top of the #storiesbutton, and jQuery to reposition the bottom of the #storylist)?

I appreciate any ideas! Thank you!

  • 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-15T21:18:34+00:00Added an answer on June 15, 2026 at 9:18 pm

    I’m going on pure guesswork here, but my thing is that you want the menu to appear above the button. I’ve tried it using

    var list = $('#storylist'),
        button = $('#storiesbutton'),
        speed = 500;
    
    list.hide().css('bottom', button.css('top'))
        .css('margin-top', list.outerHeight() * -1);
    

    So the position of the stories is set on load based on the position of the button and the height of the list.

    Fiddle: http://jsfiddle.net/qt3LE/

    Like I said though, I’m not 100% on what you are after. This may help with the positioning.

    Also I used $.toggle(function(){}, function(){}) rather that toggleSlide as you have more control over the individual toggles.

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

Sidebar

Related Questions

I would like to position element above selected text. But I am not able
I would like to position a div at the bottom of the page in
I would like to position a div withing another element but make it stay
I would like to ask you how to dynamically change the position of an
I would like to dynamically create a text box then dynamically position the text
I would like to position an <img> tag nicely with the rest of my
<h2><img src=img.jpg height=75px> some text</h2> I would like to position my image right next
I would like to add to an element's position a dynamic amount e.g. 40px
I would like to know how to get the distance/offset/position of an element relative
I would like to know how I can maintain the scroll position when I

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.