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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:27:52+00:00 2026-05-27T15:27:52+00:00

The description is kind of confusing, but I have two divs. One which sits

  • 0

The description is kind of confusing, but I have two divs. One which sits on the left on the page, one which sits on the right via floats. The one on the right is first in the HTML, the one on the left is second. Basically, i want to have it so the left div sits on top, and the right div sits below it. If Left and Right were in order on the HTML, it would be as simple as removing the floats. However, since this is not the case, i need a bit of a hand. Here’s a jsfiddle i have setup: http://jsfiddle.net/7bTjj/

  • 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-27T15:27:52+00:00Added an answer on May 27, 2026 at 3:27 pm

    Back in the day you would have to use absolute positioning. Now you can resolve this issue using CSS3 properties created for managing layout.

    Use display:box and box-ordinal-group properties to display the contents of your .container in whatever order you like, without using floats at all:

    (-webkit vendor prefixes only for simplicity)

    .container, .left, .right {
      display:-webkit-box;
      -webkit-box-orient: vertical;
    }
    
    .left {
      -webkit-box-ordinal-group: 1;
    }
    
    .right {
      -webkit-box-ordinal-group: 2;
    }
    

    Since you’re targeting mobile, IE’s lack of support should not be a problem.

    Here’s my fork of your fiddle.

    Isotoma has a nice, readable introduction to flexbox that I referenced while tweaking your CSS.

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

Sidebar

Related Questions

I have this json page: https://www.googleapis.com/books/v1/volumes?q=9789264187061 which looks like this: { kind: books#volumes, totalItems:
I have some image-files stored into one file (some kind of archive). That file
Description: I have a problem regarding DataGridView . I need to show a Client_Name
Is there any kind of data description language / XML schema to address describing
I have kind of a unique problem in the project I'm working in. What
If I have some forms in Extensible Forms Description Language ( XFDL ) format,
Assume here we have a column to describe the description of a product. I
First post, please be kind. NOTE: I have reviewed entry #20856 (how to implement
Description I have a Tab Bar Controller with a navigation controller tab. The first
Would appreciate any kind of help here. A brief description about scenario - There

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.