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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:50:48+00:00 2026-06-18T01:50:48+00:00

Is this Link possible without javascript ? I’m trying to learn css and floating

  • 0

Is this Link possible without javascript?
I’m trying to learn css and floating layouts.
I’ve searched on the forums and people’s links to this site, and even if this is looks like a good solution I would like to broaden my skills in css and html.

  • 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-06-18T01:50:49+00:00Added an answer on June 18, 2026 at 1:50 am

    Using CSS3 Columns you can easily achieve the same result on modern browser:

    Example jsbin: http://jsbin.com/ivumoq/1/edit

    relevant CSS

    body > div {
       -webkit-column-count:3; 
       -webkit-column-width:200px;
       -moz-column-count:3; 
       -moz-column-width:200px
       column-count:3; 
       column-width:200px;
    }
    

    You may also define the number of columns according to a specific mediaquery. E.g. if you wanto to display 4 columns when the viewport is larger that > 960px

    @media all and (min-width:960px) {
        body > div {
            -webkit-column-count:4; 
            -moz-column-count:4; 
            column-count:4;
        } 
    }
    

    So you could emulate the reflow of masonry on browser resize.

    Example with mediaqueries: http://jsbin.com/ivumoq/2/edit

    Otherwise, using float you need to define three floated containers (as three independent columns) and place approx.ly 1/3 of the images on each container.

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

Sidebar

Related Questions

Possible Duplicate: include after PHP 404 header returning “Oops! This link appears to be
<%= link_to 'Edit', edit_order_path(@order) %> Is it possible to wire this link to the
Just a follow up question to this one here => link Is it possible
Is this possible if I click on an anchor link to simulate as if
This link shows how to inject JavaScript code to WebView object in Android. However
Here is my scenario. I'm am HTML/CSS guy, JavaScript not so much. But this
My main motivation for trying to do this is to get Javascript that is
This link http://ajaxcontroltoolkit.codeplex.com/releases/view/11121#DownloadId=28808 shows a popup on which one has to agree before being
This link shows you that jQuery uses (new Function(return + data))(); for older browsers,
This link states that all columns that are nullable should be added to the

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.