Jump to content
  • 0

Проблема с блоками


Vendetta-V
 Share

Question

Привет всем!

Єсть проблема! Очень прошу вашей помощи!

Как это реализовать?

Есть блок (родительскии блок с фиксированой шириной, высота плавать должна ) -->

--> внутри блока ещё 2 блоки справа и слева -->

--> в блоке справа текст --> в блоке слева рисунок.

Как реализовать так, чтобы ни текст, ни рисунок не выходили за

приделы родительского блока, тоесть висота родительского блока - плавает.

Буду очень благодарен за помощь!

Оч нуно! Хелп плиз!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
воспользуйтесь float опешите конкретней что именно у вас не выходит... Что вы собственно сами попробовали сделать?

Есть такой код:

<div class="topbox">

<div class="leftbox">

<!--картинка-->

</div>

<div class="rightbox">

<!-- текст-->

</div>

</div>

цсс :

.topbox {

border:1px solid #CCCCCC;

margin-bottom:10px;

padding-bottom:5px;

padding-top:10px;

background-color:#FAFAFA;

clear:both;

height:100%;

}

.topbox .leftbox {

float:left;

margin-bottom:15px;

margin-right:15px;

padding:2px;

position: relative;

}

.topbox .leftbox img {

margin:15px;

}

.topbox .rightbox {

padding:2px 2px 10px;

position: relative;

}

Прим: когда в правого флоат:рай, то такст статьи влазит между блоками

Проблема в том, что 2-а внутрених блока вылазят из родительског.

нуно, чтоб родительский блок был резиновый по высоте.. во ..

Буду благодарен за помощь!

Edited by Vendetta-V
Link to comment
Share on other sites

  • 0
.topbox {

border:1px solid #CCCCCC;

margin-bottom:10px;

padding-bottom:5px;

padding-top:10px;

background-color:#FAFAFA;

overflow: hidden;

}

Читайте внимательно что вам пишут в ответах! psywalker вам давно уже дал решение.

Большое спасибо !

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