Jump to content
  • 0

Как создать вертикальное заполнение таблицы


Foress
 Share

Question

Не могу понять как это осуществить. Задача такова что необходимо сделать заполнение таблицы следующим образом:

1 5 9

2 6 10

3 7 11

4 8 12

Т.е. нужно, чтоб при добавлении новых элементов div заполнение шло по столбцу.

Пример горизонтального заполнения:


<html>
<head>
<title></title>
<style>
.cell{
width:48px;
height:50px;

font-size:12px;
float:left;
border:1px solid black;
text-align:center;
}
</style>
</head>
<body>
<div id="table" style="width:200px; height:100px;">
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
<div class="cell">123</div>
</div>
</body>
</html>

Буду благодарен за подсказку.

Edited by Foress
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Мне приходит на ум только такой способ, но он 1) использует разные подходы для IE и не-IE, 2) не работает в IE7- и, что хуже, Операх ниже 11.1. Кроссбраузерно можно скриптом, напр. JQuery-плагином masonry.

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