Доброе время суток!
Sorry - Название темы должно было звучать так: "Обтекание бокса текстом при position: relative;"
Вопрос у меня следующий:
Почему при position: relative; у "contents" текст в "contents" не обтекает бокс "author" ??? а ложиться под него ??? Даже при наличии у бокса "author" float: right !
<style type="text/css">
.header { width: 100%; background: #ccffff; }
.contents { width: 100%; background: #ffffcc; position: relative; padding: 30px 30px 30px 30px; }
.author { width: 35%; background: #ffcccc; position: absolute; top: 0; right: 0; padding: 30px 30px 30px 30px; float: right }
.footer { width: 100%; background: #ccccff; }
</style>
<div class="header">
</div>
<div class="contents" aling="right">................ .... .................. ... ...........
................ .... .................. ................ .... .................. ........... .... ....
<div class="author">................ .... .................. </div>
</div>
<div class="footer">
</div>
Какой можно найти выход?
Спасибо!
Sorry - Название темы должно было звучать так: "Обтекание бокса текстом при position: relative;"
Вопрос у меня следующий:
Почему при position: relative; у "contents" текст в "contents" не обтекает бокс "author" ??? а ложиться под него ??? Даже при наличии у бокса "author" float: right !
<style type="text/css">
.header { width: 100%; background: #ccffff; }
.contents { width: 100%; background: #ffffcc; position: relative; padding: 30px 30px 30px 30px; }
.author { width: 35%; background: #ffcccc; position: absolute; top: 0; right: 0; padding: 30px 30px 30px 30px; float: right }
.footer { width: 100%; background: #ccccff; }
</style>
<div class="header">
</div>
<div class="contents" aling="right">................ .... .................. ... ...........
................ .... .................. ................ .... .................. ........... .... ....
<div class="author">................ .... .................. </div>
</div>
<div class="footer">
</div>
Какой можно найти выход?
Спасибо!
Последнее редактирование модератором: