Jump to content
  • 0

Поднять div


thinkslow
 Share

Question

Доброго дня. У меня проблема с дивами. Вот что имею:

<style type="text/css">
#left_line{
background: rgba(219,219,219,1);
width:200px;
margin-left:10px;
margin-bottom: 10px;
float:left;
clear:both;
}

#right_line{
background: rgba(219,219,219,1);
width:200px;
margin-right:10px;
margin-bottom: 10px;
float:right;
clear:both;
}

#line_content_line{
background: rgba(219,219,219,1);
margin-left:220px;
margin-right:220px;
margin-top: 10px;
}
</style>

<div id="width">
<div id="container">

<div id="left_line">Блок 1<br><br><br><br><br><br><br><br><br></div>
<div id="left_line">Блок 2<br><br><br><br><br><br><br><br><br></div>

<div id="right_line">Блок 4<br><br><br><br><br><br><br><br><br></div>
<div id="right_line">Блок 5<br><br><br><br><br><br><br><br><br></div>

<div id="line_content_line">Блок 3<br><br><br><br><br><br><br><br><br></div>

</div>
</div>

В результате расположение блоков таково:

prblm.jpg

Помогите поднять Блоки 4 и 5 к топу.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Зачем правым блокам clear: both? Пусть clear-ят только предшественников по своей стороне (т.е. чтоб clear совпадал c float-ом, left для left_line и right для right_line соответственно).

И еще, дублирующиеся IDшники — большой грех. Исправьте на классы поскорее, пока гугл не увидел.

Link to comment
Share on other sites

  • 0

c clear: both; ето я експерементировал и так закопипастил

br для демонстрации, да

насчет айдишников учел, спасибо. Где я могу почитать тексты о подобных тонкостях?

Проблема все еще актуальна.

Edited by thinkslow
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