Jump to content
  • 0

Резиновый слой


kent666
 Share

Question

Помогите пожалуйста

У меня есть внешний div

Внутри него находятся еще 2 div. Один слева, другой справа!

Когда в правый попадает много текста он начинает растягиваться вниз, но при этом внешний div остается прежнего размера!

Я ни где не задавал размеры внешнего div и по идее он должен автоматически растягиваться при увеличении внутреннего, но так не происходит. Как мне заставить его расширятся в зависимости от размеров внутренних тегов

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Не?

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
div.wrap { background: red; overflow: hidden;}
div.wrap .l { float: left; background: blue;}
div.wrap .r { float: right; background: yellow}
</style>
</head>
<body>
<div class="wrap">
<div class="l">asd sfsf ss dss ds sd fs sd s ds ds sfsd</div>
<div class="r">sdfsdsdsdfsd sdfds dd s fssdf f</div>
</div>

</body>
</html>

Link to comment
Share on other sites

  • 0

Да вроде бы то, но я не могу понять в чем у меня проблема. Кода очень много и так сразу не сообразишь! Нужен совет с чего надо начать проверку. На наличие </div> вроде бы все совпадает!

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