Jump to content
  • 0

Выравнить DIV'ы равномерно по вертикали


insaner
 Share

Question

Вообще предлагаю следующий код, он представляет собой список телепрограмм:

<div style="width:600px;">

<div class="ch">1</div>
<div class="tm">05.30</div>
<div class="bc">"Детективы"</div>

<div class="ch">1</div>
<div class="tm">12.45</div>
<div class="bc">"Ералаш"</div>

<div class="ch">1</div>
<div class="tm">13.00</div>
<div class="bc">Новости
(с субтитрами). Ведущий - Дмитрий Борисов</div>
</div>

CSS к нему :

.ch
{
float: left;
width: 30px;
margin: 0px;
padding: 7px 4px 0px 0px;
color: black;
font-size: 11px;
text-decoration: none;
text-align: right;
}

.tm
{
margin:0px 0px 0px 0px;
float: left;
width: 60px;
padding: 6px 6px 0px 0px;
color: /*color c_c1*/rgb(51, 102, 153);
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: right;
}

.bc
{

float: right;
width: 485px;
padding: 6px 0px 4px 12px;
margin: 0px 0px 0px 0px;
color: /*color c_c1*/rgb(51, 102, 153);
font-size: 12px;
text-decoration: none;
text-align:left;
border-left: 1px solid /*color c_b2*/rgb(51, 102, 153);
}

Сейчас проблема в том что дивы с каналом и временем склеены между собой и не "встают" напртив начала дива с названием передачи.

Хотелось бы добиться того чтобы див с временем совпадал с началом дива названием передачи.

Я думаю задача у многих встречается в практике, прошу помочь. Применение таблиц невозможно.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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