Jump to content
  • 0

Нужно сделать div'ами вот что...


Plany
 Share

Question

Собственно, начинаю понемногу переходить на div вёрстку. Но без вопросов учёбу сложно представить.

Помогите сделать вот такое:

2937554.jpg

Параметры укажите на свой вкус, дальше я уже сам модернизирую. :D Спасибо.

Edited by Plany
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Хотите чтобы за вас сверстали? :) тогда не в тот раздел опубликовали

А если хотите сами научиться, то покажите свой код, вам, возможно, укажут на ошибки.

Сложно это вёрсткой назвать. Пару div'ов написать и сделать границу(border="1").

Мне бы лучше показать как это всё делать(ну за меня всё сделать). Я путаюсь в этих overflow, position...

Кому не сложно. Если лень, то я пойду дальше просить помощи :)

Link to comment
Share on other sites

  • 0

<div id="main">
<div id="first"></div>
<div id="second"></div>
<div id="third"></div>
<div id="fourth"></div>
</div>


html, body {
margin: 0;
}
#main {
width: 800px;
margin: 50px auto;

border: 1px solid #000;
}
#first {
width: 300px;
height: 701px;

float: right;

background: #f1f1f1;
border-left: 1px solid #000;
}
#second {
height: 200px;

margin-right: 301px;

background: #f1f1f1;
border-bottom: 1px solid #000;
}
#third{
width: 150px;
height: 500px;

float: left;

background: #f1f1f1;
}
#fourth{
height: 500px;

margin-left: 151px;
margin-right: 301px;

background: #f1f1f1;
border-left: 1px solid #000;
}

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