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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:13:37+00:00 2026-05-27T17:13:37+00:00

I have a DIV container somewhere on the page with min-width and min-height set

  • 0

I have a DIV container somewhere on the page with min-width and min-height set to some values.

I am loading small panels (DIVs with display:inline-block) into it using callbacks and javascript.

Right now the number of panels is fixed, so that when the user maximizes the browser window, the size of the container increases, and white space appears at the end of last line.

I want to catch the container’s size changes, and load more elements, as many as will fit without clipping into the container’s new space.

I saw this on amazon.com. They have panels that display 4 products, but if the browser window is maximized, same panels will display more products filling all the available space in the container.

Scroll-bars must not appear, and no clipping of elements must be done.

Is there a script I could use, or sample code?

Thank you,
Andrei

  • 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-27T17:13:37+00:00Added an answer on May 27, 2026 at 5:13 pm

    Found a very nice solution to the problem.
    Here’s the code: (term ‘display’ here is used in the same sense as at the supermarket):

    function updateDisplay() {
        $(".s2", this).hide();
        var x = $(".s2", this);
    
        var prevPos = -1;
        var nrows = 2;
        for (var i = 0; i < x.length; i++) {
            $(x[i]).toggle();
            var curPos = $(x[i]).position().left;
            if (curPos < prevPos) {
                if (--nrows == 0) {
                    $(x[i]).toggle();
                    break;
                }
            }
            prevPos = curPos;
        }
    }
    
    function updateDisplays() {
        $(".dcon").each(updateDisplay);
    }
    
    $(window).resize(updateDisplays);
    $(document).ready(updateDisplays);
    

    You can see it in action on the following pages:

    http://www.megabit-mich.ru

    http://www.sportolimpia.ru

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

Sidebar

Related Questions

I have a container div with a fixed width and height , with overflow:
I have a DIV container of 100% width holding x divs. The last child
I have a container DIV with a fixed height and width (275x1000px). In this
I have Div Container with css class: .content4 { height: 1400px; width: 920px; border:
I have a div container on my web page with fixed width and it
I have a DIV container with several inner DIVs layed out by floating them
I have a container div that holds two internal divs; both should take 100%
I have a container DIV which contains several block-DIVS. Every block-DIV contains SPAN items
I have a container div with the following CSS: #container { position:relative; overflow:hidden; width:200px;
Aim The aim is to a have a container DIV with a fixed height

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.