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

  • Home
  • SEARCH
  • 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 6160999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:24:42+00:00 2026-05-23T21:24:42+00:00

I know how to make columns with CSS. But Can anyone tell me how

  • 0

I know how to make columns with CSS.

But Can anyone tell me how do I do like shown in the pic?
enter image description here

The white space span the latter two columns.

  • 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-23T21:24:42+00:00Added an answer on May 23, 2026 at 9:24 pm

    The only solution I can image is to use two elements within the element that contains the text. Then using float:right can seem like one. If you want to position an image, or another div, above you can use position:absolute.

    here an example css:

    div {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
        position:relative;
        width:800px;
    }
    
    .whitearea {
        width:250px;
        height:200px;
        float:right;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
         .webkit {height:350px;}
    }
    img {position:absolute;right:0}
    

    Demo: http://jsfiddle.net/NRFT3/4/

    In firefox the result is as excepted, but chrome breaks it. I added a hack that make the height bigger, this improve it but doesn’t make it the same as firefox. Maybe there are some additional tricks that can give you the same result in both browsers.

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

Sidebar

Related Questions

I would like to know how can I make the columns of a GridView
Des anyone know how I can make certain columns unsortable for this Jquery plugin
I'm thinking about frameworks. I know they make life a lot easier, but as
I know how to make the list of the Fibonacci numbers, but i don't
Does anyone know how to make labels, or text, smoother? At the moment they
does anybody know how to make EJBTimers persistent not in filesystem, but in selected
I would like to know how to make use of an Axiom database resource
I know that virtually anything is possible with CSS, but I'm a bit stumped
Does anyone know how to make jQuery masonry stack from the bottom up? I
I'm trying to work out how I can make my CSS as de-coupled from

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.