Jump to content
  • 0

пересечение слоев. как исправить?


sh1va
 Share

Question

В дримвейвере у меня все выглядит атк как нужно. А на сайте все иначе

есть 2 слоя. "textbody" - рамка слоя "text". И если в "text" написать длинный текст то рамка "textbody" остаеться на месте вместо того что бы вытягиватся по длине текста.

.textbody{
border-style:solid;
border-color:#000;
border-width:1px;
width: 800px;
background:url(pic/bgr.png);
padding: 10px 20px;
margin:0 auto;
min-height:480px;
}
.text{
font:Verdana, Geneva, sans-serif;
font-size:18px;
color:#000;
margin:0 auto;
padding:10px 10px;
text-align:left;
}

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
дык нет дело не только в тексте. даже если там картинка расположена и она больше чем рамка textbody то она тоже выходит за нее. И textbody не вытягвается вниз.

Это абсолютно правильное поведение. Вы ограничили высоту и ширину блока. Используйте min-width и min-height, чтобы избежать данного эффекта.

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