Jump to content
  • 0

Выталкивание элемента


aqua.77
 Share

Question

Есть контейнер с шириной 1366px, в нём блок с шириной 1170px. Чтобы сделать этот блок резиновым я делю 1170 на 1366 и получаю 86.65%. Но когда ставлю эту 86.65% ширину блоку, элементы в нём не помещаются... почему ведь ширина осталась той же самой?

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	width:1366px;
}
.q1{
	width:370px;
	height:400px;
	background:black;
	float:left;
	margin-right:30px;
}
.q2{
	background:red;
	width:85.65%;
	overflow:hidden;
}
.q1:last-of-type{
	 margin-right:0;
 }
 <body>
<div class="q2">
<div class="q1"></div><div class="q1"></div><div class="q1"></div>
</div>
 </body>

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
1 час назад, green-vik сказал:

привет

пиши width не 85,65% а 85,66%, там изза округления теряеться часть, пиксель примерно

Да ты прав, но если убрать фиксированный размер у бади и поставить max-width:1366px; вместо width:1366px; опять всё рушится

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