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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:32:27+00:00 2026-05-25T19:32:27+00:00

I have been fighting with a problem with JQuery for 2 hours and I

  • 0

I have been fighting with a problem with JQuery for 2 hours and I can’t get anything.

I am creating a website with div slides, ok? So you have the main div called #content, and inside I have another div called #slides. But I want 4 of them, so once again, inside I have 4 sections.

What is the problem? Every section has its own height, so #slides height is the highest of them, and this makes the footer looks very low with a lot of blank space. So I tried to change the #slides height with JQuery every time you change your section, in order to keep the same margin for the footer and have always the same portion of blank space, but I don’t know how can I do it.

So I were searching doc and I know I have to use the animate() method, like this

$('#slides').stop().animate({marginLeft:-positions[pos]+'px'},450);

I just have to add a new css property that upload the current height. But how can I do it? I don’t know any idea of JQuery.

I am a newbie, these kind of beautiful things are new for me and I am trying to discover all of them by myself, but in some moments like that, I don’t know how to fix it and go on…

Thanks!

edit: The first time, before anyone could see the information, you can set the height as the first slide. This is pretty simple using $('#slides').height($('.slide').height());
My problem is updating the height to the new section you will see every time you push the button.

  • 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-25T19:32:28+00:00Added an answer on May 25, 2026 at 7:32 pm

    OK I believe I have solved it at last. I tried to put some id’s to identify the section (.slide) but the PHP code I have generates sections dynamically, so I don’t know how can I put different id’s this way.

    For that reason I tried an easier and different idea. On the JS script there’s a previous loop that gets the width of all the .slide and calculate the total width, in order to later assign the total width to the container #slides. So I did the same for the height

    var heights = new Array();
    
    /* Loop to save every height */    
    $('#slides .slide').each(function(i) {
         heights[i] = $(this).height();
    }
    
    /* Setting the #slides height to the first .slide height */
    $('#slides').height($('.slide').height());
    
    /* And finally, the animation when someone "push the button" */
    $('#menu ul li a').click(function(e,keepScroll) { 
         var pos = $(this).parent().prevAll('.menuItem').length;
         $('#slides').stop().animate( {height:heights[pos]+'px'}, 450);
    }
    

    Thanks for all. I am such a big noob but I have discovered I love web design ^^

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

Sidebar

Related Questions

I've been fighting this crazy problem for hours and have gotten nowhere. I have
For the last 2 hours I have been fighting with this problem and trying
I have been fighting this problem with the help of a RegEx cheat sheet,
Good evening, I am tired and have been fighting with this for hours. I
i have been fighting with this code for a few hours now.... Sample Node
I have been fighting with a wiered yet simple problem. I have a Data
I've been fighting with one problem for a whole 3 days I can't find
I have a simple forms program that I have been fighting with for a
I've been fighting with this problem all day and am just about at my
I have been fighting with this error for a while. The error is somewhere

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.