Jump to content
  • 0

Меню выезжает за пределы блока контента


MC WEST
 Share

Question

Здравствуйте! У меня проблема с меню, оно выезжает за пределы блока контента.

Вот HTML код:

<div id="content">
<div id="leftcol"></div>
<div id="rightcol"></div>
<div id="main"></div>
</div>

CSS код:

div#content {
width:960px;
margin:auto;
border: 1px solid #bababa;
background-color: #ffffff;
}

div#leftcolumn {
width:180px;
float:left;
height:500px;
margin:10px;
}

div#rightcolumn {
width:180px;
height:500px;
float:right;
margin:10px 10px 10px 0px;
}

div#main {
margin:10px 0px 0px 200px;
width:560px;
}

Получается блок CONTENT растягивает вниз только блок MAIN, а боковые нет. Как исправить?

Скриншот:

b41ff8b28692.png

Поиском я пользовался, решения не нашел...

Помогите плз!

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Не помогает, ни первое, ни второе... Есть еще какие нибудь варианты? Можно ли придать #content минимальную высоту??? Так чтобы он был фиксированной высоты пока #main ее не превысит, тогда он бы растянулся???

Link to comment
Share on other sites

  • 0
Не помогает, ни первое, ни второе... Есть еще какие нибудь варианты? Можно ли придать #content минимальную высоту??? Так чтобы он был фиксированной высоты пока #main ее не превысит, тогда он бы растянулся???

покажите ссылку

Link to comment
Share on other sites

  • 0

Вероятнее всего из за того, что у колонок указана высота

height:500px;

ТО есть, основному блоку не за что зацепиться. он думает что блоки еще вниз не дошли и не отрабатывает.

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