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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:54:19+00:00 2026-05-20T15:54:19+00:00

How do I make a movable div that appears from bottom of screen. Like

  • 0

How do I make a movable div that appears from bottom of screen. Like you see on sites where online support chat is available and on page load, a window appears from bottom which says something like “Click here to chat”.
So I just want to make a rectangle box appear from bottom and then stop when it is fully appeared. I have created an example in Powerpoint if you want to see it. You will see a blue box that appears from bottom of screen.

It is a PPS file and can be downloaded from below:
http://rapidshare.com/files/451089108/Presentation1.pps

Thanks

  • 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-20T15:54:19+00:00Added an answer on May 20, 2026 at 3:54 pm

    Working example: http://jsfiddle.net/GdFfB/

    Basically you want to hide the div off screen with a fixed position to start (needs to be as negative as your div will be tall) so we use -100px in the example for the bottom. Then once our page is ready we use jQuery to animate the div coming on to the screen. If you want the div to be snug against the bottom you can animate bottom to 0, in my example I animated bottom to 50 to give it a little space.

    Edit
    Added actual code to this thread in case JSFiddle decides to delete hosted code examples.

    <html>
    <head>
      <script type='text/javascript' src='http://code.jquery.com/jquery-1.5.js'></script>
    
      <style type='text/css'>
      #chat-box { 
        position:fixed; 
        bottom:-100px; 
        background: #ccc;
      }
      </style>
    
    
      <script type='text/javascript'>
      $(document).ready(function(){
      $('#chat-box').animate({bottom:'50'});
      });
      </script>
    
    </head>
    <body>
      <div id="chat-box">Click here to chat!</div>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can we make a div movable from here to there. I tried using
I want to implement a rather complex CurveEditor that has to support the usual
To make div s clickable I use this: $(.clickable).click(function (event) { window.location = $(this).find('a').attr('href');
With make on linux, we can do things like: foo=$(shell /bin/bar) which runs the
I make a few Ajax calls to get files via jQuery like so: $.ajax({
make -C /usr/src/linux-2.6.32.9 M=`pwd` LD /root/test/lkm/built-in.o Building modules, stage 2. MODPOST 1 modules make:
I make this async webrequest call mutliple times(can be twice or thrice or even
I have an image, which can be moved around and scaled with pinch gesture..
@interface UIDraggableImageView : UIImageView { } .m file - (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { //

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.