13
Good afternoon, I’m creating a layout with height:100%
where I have 2 groups, and within each group I line up the DIV
s vertically and if any DIV
did not fit in the height
maximum or there is resize
page, it goes to another column, as in the example:
https://jsfiddle.net/ErickV/xqkujqv8/
Note that the 2nd group is superimposing the 2nd column in front of the 1st group.
I would like the 2nd group to start after (right) the last column of the 1st group. There is something wrong or that could be adjusted in the CSS
?
I made some technical adjustments via JavaScript
picking up the distance from the last div
contained in the 1st group and I left
in the 2nd group, and if I had a 3rd group, I would repeat this process between the 2nd and 3rd and so on. I found many gambiarra.
The estate
columns
css no use? http://tableless.com.br/css3-columns/– Filipe Teixeira
I think not, I went to the example in jsfiddle and applied 2 properties informed in your link but it did not have effect, I performed other tests along with the properties but I had no result, could test in the example to see if your tip works and post the solution? maybe I did something wrong
– ErickV