Jump to content
  • 0

float и height 100%


freeek
 Share

Question

надо сделать высоту ".left" равной высоте ".right" иначе говоря чтоб у него был рабочий height: 100%. всё чего мне удавалось добиваться это получения высоты видимой области и то не во всех браузерах (требуется ie6+ и нормальные)

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.content {border: 1px solid red;}
.left {width: 200px; float: left; border: 1px solid green;}
.right {float: left; border: 1px solid black;}
.clear {clear: both;}
</style>
</head>
<body style="margin: 0; padding: 0;">
top
<div class="content">
<div class="left">
left content
</div>
<div class="right">
right content
</div>
<div class="clear"></div>
</div>
bottom
</body>
</html>

Edited by freeek
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
На самом деле применение слоев для создания одинаковых по высоте колонок неверно по своей сути, поскольку противоречит идеологии слоев. А именно: высота слоя ограничена его содержимым и формируется автоматически.

...

Таким образом, видно четкое разделение подходов к верстке:

если используются слои, то колонки должны иметь высоту, которая определяется содержимым слоя;

колонки одинаковой высоты строятся с помощью таблицы.

http://htmlbook.ru/content/kolonki-odinakovoy-vysoty

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