Jump to content
  • 0

Компановка div-ов разной высоты


artishok
 Share

Question

Можно ли как-то разместить дивы чтобы они выглядели как на картинке? У всех одинаковая ширина и разная высота, и одинаковое(или +- 1 див) количество дивов в столбце

Каждый цвет это отедльный блок

divs_500.jpg

Я нашел плагин для jquery http://masonry.desandro.com/ который делает что мне надо, но хотелост бы для начала обойтись без JS

Edited by artishok
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Можно флоатами, можно для каждого отдельного дива прописать свои стили. Что-то похожее на:


<head>
<style type="text/css">
body div { width:50px; position:absolute;}
#a {background: #fff; left:0; top:0; height:100px;}
#b {background: #000; left:0; top:100px; height:50px;}
#c {background: #ccc; left:0; top:150px; height:75px;}
#d {background: #abcabc; left:0; top:225px; height:35px;}
#e {background: #ccc000; left:50px; top:0px; height:60px;}
#f {background: #cc00ff; left:50px; top:60px; height:120px;}
#g {background: #fff000; left:50px; top:180px; height:80px;}
</style>
</head>
<body style="position:relative; background: #aaaccc; padding:0; margin:0;">
<div id="a"> </div>
<div id="b"> </div>
<div id="c"> </div>
<div id="d"> </div>
<div id="e"> </div>
<div id="f"> </div>
<div id="g"> </div>
</body>

Link to comment
Share on other sites

  • 0

ну каждый столбец это отдельный div{float:left} в котором у вас будут цветные div з разнЫми цветами и высотами

Это первое что мне пришло в голову) А есть способы без создания столбцов?

Можно флоатами, можно для каждого отдельного дива прописать свои стили. Что-то похожее на:


<head>
<style type="text/css">
body div { width:50px; position:absolute;}
#a {background: #fff; left:0; top:0; height:100px;}
#b {background: #000; left:0; top:100px; height:50px;}
#c {background: #ccc; left:0; top:150px; height:75px;}
#d {background: #abcabc; left:0; top:225px; height:35px;}
#e {background: #ccc000; left:50px; top:0px; height:60px;}
#f {background: #cc00ff; left:50px; top:60px; height:120px;}
#g {background: #fff000; left:50px; top:180px; height:80px;}
</style>
</head>
<body style="position:relative; background: #aaaccc; padding:0; margin:0;">
<div id="a"> </div>
<div id="b"> </div>
<div id="c"> </div>
<div id="d"> </div>
<div id="e"> </div>
<div id="f"> </div>
<div id="g"> </div>
</body>

Плагин для jQuery, который я выложил выше, это и делает)

Link to comment
Share on other sites

  • 0

Здравствуйте! В данный момент разрабатываю страницу, но никак не могу решить проблему с li, они разной высоты и показываются криво, хотел бы, чтобы показывало ровно по блокам https://upwork.uz/kategorii-uslug-servisa-upwork-uz/. Подскажите пожалуйста как это сделать?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy