Jump to content
  • 0

div в div (pading/marging)


Arhidiablo
 Share

Question

Доброго времени суток, ситуация такова есть div он width:100% в нем 2 div'a по width:50% и с float;left, в одном из половинчатых div'ов вбиваю еще один див с параметрами width:100%, так вот если я последнему div'у задаю padding или marging к примеру 10px то он заходить на соседний div. Получается 100%+(10px+10px) и за счет этого вылазает, как сделать так чтобы этот отступ вычитывался из 100; последнего div'а?

пример:

HTML:


<div class="main">
<div class="left">
<div class="title">Титул</div>
</div>
<div class="right">1</div>
</div>

CSS:


.main {width:100%;background:#000;}
.left {width:50%;height:100px;background:#f00;float:left;z-index:101;opacity: 0.6;}
.right {width:50%;height:100px;background:#00f;float:left;z-index:101;opacity: 0.6;}
.title {width:100%;background:#0f0;margin:10px;z-index:111;}

Вот наглядный пример (HTML,CSS):

http://jsfiddle.net/HgeD8/

Заранее благодарю за ответ и прошу прощения если вопрос очень простой, поиск мучал не знал как правильно сформулировать, везде вопрос решается за счет того, что если div имеет не %, а фиксированую ширину тогда получается оно все во внутрь вдавливается, а у меня проценты =(

Edited by Arhidiablo
Link to comment
Share on other sites

3 answers 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