Jump to content
  • 0

3 колонки на всю ширину страницы


ownercoder
 Share

Question

Народ плиз хелп, не могу разобраться, есть к примеру код:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<style type="text/css">
HTML, BODY {height: 100%; margin: 0; padding: 0; }
#topNContent {min-height: 220px; }
* HTML #topNContent {height: 220px; }
#content {padding-bottom: 30px; min-height: 100%; border: 1px solid #000; }
#top {background: #CCC; height: 220px; }
#bot {background: #CCC; height: 30px; margin-top: -30px; }
* HTML #bot {overflow: hidden; }
</style>
</head>

<body>

<div id="topNContent">
<div id="top">шапка</div>
</div>
<div id="content">
контент
</div>
<div id="bot">подвал</div>

</body>
</html>

Все ок но вот маленькая проблема, как можно правильно растянуть блок #content

Что бы он не вылазил на всю ширину и + 220px? то есть растягивался от футера к ботому.

И еще вопрос, в уже растянутом диве ни как не могу растянуть предка на всю ширину.

К примеру, вставляю два дива внутрь (для трехколоночной верстки) #content и пытаюсь их растянуть, при указании height: 100% ни чего не происходит

Edited by ownercoder
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

ownercoder

Держи дружище: тут смысл походу именно тот, который ты ищешь, только переделай всякие высоту и ширину под себя :rolleyes:

http://trifler.ru/blog/i/layouts/relative/...flow_hidden.htm

А вот тут есть 5 разных вариантов, выбирай, какой больше нравится: http://trifler.ru/blog/relative.html

Edited by psywalker
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