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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:17:37+00:00 2026-05-24T02:17:37+00:00

This is what I have This is what I want Basically the orange element

  • 0

This is what I have

This is what I have

This is what I want

This is what I want

Basically the orange element is a “container” div which have overflow: hidden; and I want it’s child divs to “fit in it” even if it’s overflowing to the right. The first picture represent wath I get and the second one what I expect the code from doing.

To get over this problem I have added another div with width: 1000000px; but I don’t think that it’s a clean solution. Is there any other ways to solve this problem?

(I’m using the latest Google Chrome)

  • 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-24T02:17:39+00:00Added an answer on May 24, 2026 at 2:17 am

    On your container element, specify white-space:nowrap and don’t float the items inside, rather set display: inline-block on them.

    Here’s an example:

    <!DOCTYPE html>
    <html>
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    
    <style type="text/css">
    .container{
        height: 130px;
        width: 550px;;
        background: #111;
        white-space:nowrap;
        overflow:hidden;
    }
    
    .item{
        display: inline-block;
        width: 200px;
        height: 100px;
        background-color:aqua;
    }
    </style>
    
    </head>
    
    <body>
    <div class="container">
        <div class="item"></div>
        <div class="item"></div>
        <div class="item"></div>
    </div>
    </body>
    
    </html>
    

    UPDATE

    Did a bit of reading, and strangely enough, the spaces between successive inline-block elements are removed if you change your html to look like this:

    <div class="container">
        <div class="item"></div><div class="item"></div><div class="item"></div>
    </div>
    

    Check out the answer to this question: Unwanted margin in inline-block list items.

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

Sidebar

Related Questions

I have this form. Basically what I want is to send a auto-response with
This is what I'm talking about: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx basically I want to have a drop
I have this HTML structure and want to convert it to an accordion. <div
I have this code: myVariable which I want to change into trace(myVariable: + myVariable);
i have this javascript code to which i want to add the jquery fade-in
I have this perl code below, basically want to loop through these 2 files.
basically i want to select a node (div) in which it's children node's(h1,b,h3) contain
I have this jquery code: $.each('.button.gobutton', function() { alert($(this).attr('title')); }); I basically want to
I have this query statement and want to only get records that has a
I have this situation where I want to display a list of Administration objects

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.