Jump to content
  • 0

Не работает макет сайта.


Ваалентин Семенович
 Share

Question

Привет всем. Занимаюсь версткой совсем недавно. Прочел тему, что если сделать один

блок с width: auto; и margin-left: 200px; а второй с фиксированным width: 200px; и float: right; то будет

хороший макет с фиксированной колонкой справа и "резиновой" колонкой справа.

Однако это почему-то не работает... Дивы накладываются друг на друга...

А должны идти друг за другом. 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Имя</title>
<style>
.div1{
border: 4px solid black;
width: auto;
margin-right: 200px;
}
.div2{
float: right;
width: 200px;
border: 4px solid black
}
</style>
</head>
<body>
<div class="div1">
123
</div>
<div class="div2">123
</div>
</body>
</html>

Я не учел размер бордера, однако если сделать у .div2 - width: 170px; - проблема остается....

Помогите пожалуйста!  

Link to comment
Share on other sites

1 answer 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