Jump to content
  • 0

три колоники (боковые колонки тянутся по ширене, средняя фиксированна)


Юрий
 Share

Question

Здравствуйте. Проблема с версткой макета. Нужно, чтобы правая и левая колонки растягивались по ширене (%), а центральная была фиксированной длины (px).

Примерно так:

|<—100%—>|<—200px—>|<—100%—>|

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
А какая проблема?

Пиши таблицу

<table width="100%" border="0" ...>
<tr>
<td>//////</td>
<td width="200px">//////</td>
<td>//////</td>
</table>

Конечно в крайнем случае можно таблицей, но хочется вс?-таки слоями :)

Как сделать слоями, ума не приложу :)

Link to comment
Share on other sites

  • 0

Наш?л уже готовое решение: http://xhtml.ru/forum/index.php?showtopic=235

<html><body>

<div style="float:left;width:50%;height:400px;background:red;margin-left:-1px;">
<div style="padding:10px 110px 10px 10px">
Выделить этот код Ctrl+C и сделать HTML-файл.
</div>
</div>

<div style="float:left;width:200px;height:400px;background:green;margin-left:-100px;position:relative;z-index:2;">
<div style="padding:10px;">
Выделить этот код Ctrl+C и сделать HTML-файл.
</div>
</div>

<div style="float:left;width:50%;height:400px;background:blue;margin-left:-101px;">
<div style="padding:10px 10px 10px 110px">
Выделить этот код Ctrl+C и сделать HTML-файл.
</div>
</div>

</body></html>

Сейчас буду внедрять :)

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