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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:59:49+00:00 2026-05-20T09:59:49+00:00

I have an element on the page that I’ve already centered horizontally and vertically

  • 0

I have an element on the page that I’ve already centered horizontally and vertically (It’s a jQuery UI Modal Dialog), and want to resize it using .animate() like this:

<div id="element" style="width: 100px; height: 100px;">
    Hi Stack Overflow!
</div>

<script type="text/javascript">
    $('#element').animate({ height: "200px" });
</script>

That works fine, except the element only grows downwards. What I’m trying to do is have the element grow vertically in both directions (in this case 50px in each direction) so it stays centered. Is there a way that it can be done?

  • 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-20T09:59:50+00:00Added an answer on May 20, 2026 at 9:59 am

    Live Demo

    var growEl = $("#grow"),
        curHeight = $("#grow").height(),
        curTop = growEl.offset().top,
        newHeight = 200,
        newMargin = curTop -(newHeight -curHeight)/2;
    
    if(newMargin < 0){
     newMargin = 0;   
    }
    
    $("#grow").animate({height:newHeight+"px", marginTop:newMargin + 'px'});
    

    Formula for figuring out what to make the margin

    NewTopMargin = CurrentMargin-(NewHeight-OldHeight)/2
    

    Thanks @bobsoap for reminding me to use offset.top

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

Sidebar

Related Questions

Using the jquery metadata plugin, I have an element on my page that looks
I have an <li> element on the page that I want to look a
I have a piece of jQuery code that fills an element on the page
I have a page that fadeIn and fadeOut an inline element and jQuery doesn't
If I have an element on a web page that I expect to be
If have an element that maybe disabled on a page, and would like to
On my page http://bit.ly/KseVxs I have a floating element that stays at one place
I have this page that displays pictures in a div. I have jquery cycle
I have a web page that contains a div element. On the page, there
I have a page that contains an element, <displayedimage> , that is not getting

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.