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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:59:49+00:00 2026-06-03T03:59:49+00:00

Pull out a div from the left? Easy as pie. Pull it out from

  • 0

Pull out a div from the left? Easy as pie. Pull it out from the right? Not so much.

I am looking for a div to be hidden offscreen but connected to a small tag on screen. When the user clicks the tag, out slides the whole div. This is pretty basic from the left using jQuery and CSS. From the right though, a user can just scroll over to see the “hidden” div!

Here is what I want (http://jsfiddle.net/yHPTv/) except instead of the div being partially hidden offscreen-left, I want it partially hidden offscreen-right.

Here is what I’ve tried so far (http://jsfiddle.net/LU8En/), and obviously it doesn’t work since one can just scroll to the right.

The problem with using animate (or slide or toggle drop) is that I don’t want the whole div to just disappear/appear, I want that little bit to be present.

  • 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-03T03:59:50+00:00Added an answer on June 3, 2026 at 3:59 am

    http://jsfiddle.net/yHPTv/3/

    Note, the example below does not work with newer versions of jQuery, read on below for an example that does.

    $(function () {
        $("#clickme").toggle(function () {
            $(this).parent().animate({right:'0px'}, {queue: false, duration: 500});
        }, function () {
            $(this).parent().animate({right:'-280px'}, {queue: false, duration: 500});
        });
    });
    

    Change everything from left to right, then reposition the clickme div and the text content.

    Also, give the body an overflow-x: hidden to prevent the horizontal scrollbar.


    A few minor updates makes it compatible with the latest version:

    $(function () {
        var rightVal = -280; // base value
        $("#clickme").click(function () {
            rightVal = (rightVal * -1) - 280; // calculate new value
            $(this).parent().animate({right: rightVal + 'px'}, {queue: false, duration: 500});
        });
    });
    

    http://jsfiddle.net/yHPTv/2968/

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

Sidebar

Related Questions

I wrote a regex in Rad Soft to pull out a div tag from
I am trying to pull out data from the table I had from the
I'm trying to pull out a list of table names from a MySQL database.
im having some difficulty trying to pull out a specific value from a cookie.
I have to pull out particular fields from cells in an HTML table. Using
Each time I try and pull out a date from row caseOpen in tbl_accident
I'm trying to pull the contents of Div from another page of the site
Essentially, I want to pull text within a div tag from a document on
I'd like to pull out just one section of my navigation menu - a
I need to pull out the content out of two paragraph tags and break

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.