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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:18:18+00:00 2026-05-29T04:18:18+00:00

I have this code: http://jsfiddle.net/bUPWS/1/ but #div2 overflows #div1. How to bring the overflowed

  • 0

I have this code: http://jsfiddle.net/bUPWS/1/ but #div2 overflows #div1. How to bring the overflowed inputs next to the other ones?

    <div id="div1">
    <div id="div2">
        <form>
            <input/><br/><input/><br/><input/><br/><input/><br/><input/><br/><input/><br/><input/><br/><input/><br/><input/><br/><input/><br/>
        </form>
    </div>
</div>

#div1 {
    width:400px;
    height:100px;
    border:1px solid red;
}
  • 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-29T04:18:19+00:00Added an answer on May 29, 2026 at 4:18 am

    seeing your code i can say you are using <br /> tag so there is no possible way to bring your inputs next to each other. just remove each <br/> all your inputs will align properly.

    additionally you can use min-height for your parent div div1

    #div1 {
        width:400px;
        min-height:100px;
        border:1px solid red;
    }
    
    #div2 input {display:inline; }
    

    if your inputs increases more than the limit of 100px height your parent div will adjust the height with respect to the inputs inside your div2 block

    EDIT: However to explain my comment below i have updated your fiddle example you can check how we can achieve it using <ul> <li></li></ul> tags

    Fiddle example

    Code if here!

    HTML

    <div id="div1">
        <div id="div2">
            <form>
                <ul>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
               </ul>
                <ul>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
                    <li><input/></li>
                </ul>
    
            </form>
        </div>
    </div>
    

    CSS

    #div1 {
        width:800px;
        min-height:100px;
        border:1px solid red;
    }
    *{padding:0; margin:0}
    #div2 ul{float:left; padding-left:10px; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: http://jsfiddle.net/AH4As/3/ It works in the fiddle, but on my site,
I have nearly finished writing this code: http://jsfiddle.net/2Jkk9/11/ but I can't figure out how
All of this is code is here: http://jsfiddle.net/yrgK8/ I have a news section which
I have the following code: http://jsfiddle.net/SPWWx/ I'm completely new to javascript, this is my
I have this code : http://jsfiddle.net/Qchmqs/BSKrG/ <div class=step><-- this is darned wrong <div id=step2><a>Darn</a></div>
I have this code here http://jsfiddle.net/RzBeM/65/ you will see two input fields called quantity.
i have this simple code http://jsfiddle.net/U4Fj9/ the index of the visible image is always
I have this code I'm working on, see link: http://jsfiddle.net/PqsAD/3/ The problem is depending
I have this code: http://jsfiddle.net/cmF4S/3/ <div style=float: left; position: relative;> <input type=text placeholder=Search... style=float:
I have this code: http://jsfiddle.net/J6vzU/1/ I want to dynamically display thumbnail of uploaded file

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.