Jump to content
  • 0

Css div


Xrymz
 Share

Question

Недавно начал изучать css так что много еще не знаю... долги и усердно искал в интернете как это сделать но так и не нашёл...

надо:

cssdivrl5.th.jpgthpix.gif

то есть длинна может быть фиксированая, а вот высота меняется от содержимого и если растянуть браузер чтобы стало не 3 столбика, а 4... и т.д.

cмог только построить их в ряд

<html>
<head>
<title>Blank</title>
<style type="text/css">
.left {
float:left;
width:100px;
}
</style>

<head>
<body>
<div style="width:800px">
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<!--<div class="left" style="height:50px">111</div>-->
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
<div class="left">111</div>
</div>
</body>
</html>

а если <!--<div class="left" style="height:50px">111</div>--> убрать <!-- --> то получаеться совсем не красиво...

получилось более или менее в 2 строки с использованием float left и right

еще пробывал display inline если не ошибаюсь... но тоже ничего не получлость

помогите хоть намеком, буду оч. признателен... :D

Edited by Xrymz
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Вот здесь есть довольно подробный туториал по созданию трехколоночного блочного сайта.

http://www.webreference.com/authoring/styl...nced/index.html

В принципе, Вам нужен только раздел 3 Column Layout: Step by Step.

Вот здесь показано как будет выглядеть такая страница. Что хорошо, сразу виден код автора.

http://www.webreference.com/authoring/styl...ed/step_04.html

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