Jump to content
  • 0

div на div


Peekit
 Share

Question

В общем ситуация: есть див с ещё тремя внутри. Жёлтый не трогаем. У зелёного заданы только бордеры - нужно вроде как оформление сделать, не суть. А в красном текст будет. И этот зелёный как бы в стороне - текст доходит только до его границы, некрасиво получается. А надобно, чтоб он шёл дальше. Как бы реализовать?

У зелёного относительное позиционирование верх право + плавает справа, это нормально?

3fb3659b7adat.jpg

Edited by Peekit
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Отрицательный маргин вполне поможет справиться.

А можно еще зеленый спозиционировать абсолютно с меньшим z-index чем у красного с релейтивом.

Можно просто вкладывать дивы друг в друга.

Link to comment
Share on other sites

  • 0

кажется телепаты все в отпуске.. наверное надо поподробнее.. :


<div id="orange">
<div id="yellow">
</div>
<div class="green">
<div class="ugol"></div>
<div class="lin"></div>
</div>
<div id="red">
</div>
</div>

div#orange {
background: #fff;
border-radius: 0 13% 0 0;
-moz-border-radius: 0 13% 0 0;
-webkit-border-radius: 0 13% 0 0;
overflow: hidden;
margin: 0 20% 20px 1%;
padding-bottom: 80px;
height: 70%;
position: relative;
z-index: 2;
border-left: 2px solid #CD6889;
}

div#red {
background: #fff;
margin: 20px 20px 20px 28%;
padding: 25px 10px 10px 1px;
height: 100%;
position: relative;
z-index: 4;
}

div.green {
float: right;
position: relative; top: 0px; right: 2px;
width: 100px;
height: 100%;
z-index: 3;
}

div.ugol {
background: #fff;
width: 100px;
height: 100px;
border-top: 2px solid #CD6889;
border-right: 2px solid #CD6889;
border-radius: 0 60% 0 0;
-webkit-border-radius: 0 60% 0 0;
-moz-border-radius: 0 60% 0 0;
}

div.lin {
width: 100px;
height: 100%;
border-right: 2px solid #CD6889;
}

помогите, пожалуйста, зелёному дурачку..

Link to comment
Share on other sites

  • 0

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

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